MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / initVDisplayDriver

Function initVDisplayDriver

src/process.cpp:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void initVDisplayDriver() {
71 vDisplayDriverStatus = VDISPLAY::openVDisplayDevice();
72 if (vDisplayDriverStatus == VDISPLAY::DRIVER_STATUS::OK) {
73 if (!VDISPLAY::startPingThread(onVDisplayWatchdogFailed)) {
74 onVDisplayWatchdogFailed();
75 return;
76 }
77 }
78 }
79#endif
80
81 class deinit_t: public platf::deinit_t {

Callers 2

executeMethod · 0.85
refreshFunction · 0.85

Calls 3

openVDisplayDeviceFunction · 0.85
startPingThreadFunction · 0.85
onVDisplayWatchdogFailedFunction · 0.85

Tested by

no test coverage detected