| 1406 | } |
| 1407 | |
| 1408 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_Lookup(const char* name, void** data) |
| 1409 | { |
| 1410 | // We don't communicate with the ovrServer. |
| 1411 | return ovrError_ServiceError; |
| 1412 | } |
| 1413 | |
| 1414 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetExternalCameras(ovrSession session, ovrExternalCamera* cameras, unsigned int* inoutCameraCount) |
| 1415 | { |
nothing calls this directly
no outgoing calls
no test coverage detected