MCPcopy Create free account
hub / github.com/PhoneVR-Developers/PhoneVR / DebugRequest

Method DebugRequest

code/windows/PhoneVR/PhoneVR/driver.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 virtual void DebugRequest(const char * /*pchRequest*/,
286 char *pchResponseBuffer,
287 uint32_t unResponseBufferSize) override {
288 PVR_DB_I("debug request");
289 if (unResponseBufferSize > 0)
290 pchResponseBuffer[0] = 0;
291 }
292
293 virtual void EnterStandby() override { PVR_DB_I("[Open VR EnterStandby] HMD enter standby"); }
294

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected