Searched refs:FromC (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DDvrVirtualTouchpadClient.cpp11 android::dvr::VirtualTouchpad* FromC(DvrVirtualTouchpad* client) { function in namespace:__anon1915
22 delete FromC(client);
26 return FromC(client)->Attach();
30 return FromC(client)->Detach();
35 return FromC(client)->Touch(touchpad, x, y, pressure);
40 return FromC(client)->ButtonState(touchpad, buttons);
/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp31 static PoseClient* FromC(DvrPose* client) { function in class:android::dvr::PoseClient
285 void dvrPoseDestroy(DvrPose* client) { delete PoseClient::FromC(client); }
288 return PoseClient::FromC(client)->GetPose(vsync_count, out_pose);
292 return PoseClient::FromC(client)->GetVsyncCount();
297 return PoseClient::FromC(client)->GetControllerPose(controller_id,
302 return PoseClient::FromC(client)->LogController(enable);
306 return PoseClient::FromC(client)->Poll(state);
310 return PoseClient::FromC(client)->Freeze(*frozen_state);
314 return PoseClient::FromC(client)->SetMode(mode);
318 return PoseClient::FromC(clien
[all...]

Completed in 101 milliseconds