Searched defs:PoseClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libvrsensor/
H A Dpose_client.cpp1 #define LOG_TAG "PoseClient"
25 // PoseClient is a remote interface to the pose service in sensord.
26 class PoseClient : public pdx::ClientBase<PoseClient> { class in namespace:android::dvr
28 ~PoseClient() override {}
31 static PoseClient* FromC(DvrPose* client) {
32 return reinterpret_cast<PoseClient*>(client);
244 PoseClient() function in class:android::dvr::PoseClient
252 PoseClient(const PoseClient
[all...]

Completed in 339 milliseconds