Searched refs:VrComposerClient (Results 1 – 4 of 4) sorted by relevance
32 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient() function in android::dvr::VrComposerClient39 VrComposerClient::~VrComposerClient() {} in ~VrComposerClient()42 VrComposerClient::createCommandEngine() { in createCommandEngine()46 VrComposerClient::VrCommandEngine::VrCommandEngine(VrComposerClient& client) in VrCommandEngine()50 VrComposerClient::VrCommandEngine::~VrCommandEngine() {} in ~VrCommandEngine()52 bool VrComposerClient::VrCommandEngine::executeCommand( in executeCommand()69 bool VrComposerClient::VrCommandEngine::executeSetLayerInfo(uint16_t length) { in executeSetLayerInfo()82 bool VrComposerClient::VrCommandEngine::executeSetClientTargetMetadata( in executeSetClientTargetMetadata()94 bool VrComposerClient::VrCommandEngine::executeSetLayerBufferMetadata( in executeSetLayerBufferMetadata()108 VrComposerClient::VrCommandEngine::readBufferMetadata() { in readBufferMetadata()
38 class VrComposerClient : public ComposerClient {40 explicit VrComposerClient(android::dvr::VrHwc& hal);41 virtual ~VrComposerClient();46 explicit VrCommandEngine(VrComposerClient& client);66 VrComposerClient(const VrComposerClient&) = delete;67 void operator=(const VrComposerClient&) = delete;
868 sp<VrComposerClient> client; in createClient()870 client = new VrComposerClient(*this); in createClient()885 sp<VrComposerClient> client; in createClient_2_3()887 client = new VrComposerClient(*this); in createClient_2_3()
53 class VrComposerClient; variable390 wp<VrComposerClient> client_;