Home
last modified time | relevance | path

Searched refs:VrComposerClient (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/hardware_composer/impl/
Dvr_composer_client.cpp33 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient() function in android::dvr::VrComposerClient
40 VrComposerClient::~VrComposerClient() {} in ~VrComposerClient()
43 VrComposerClient::createCommandEngine() { in createCommandEngine()
47 VrComposerClient::VrCommandEngine::VrCommandEngine(VrComposerClient& client) in VrCommandEngine()
51 VrComposerClient::VrCommandEngine::~VrCommandEngine() {} in ~VrCommandEngine()
53 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()
Dvr_composer_client.h36 class VrComposerClient : public ComposerClient {
38 explicit VrComposerClient(android::dvr::VrHwc& hal);
39 virtual ~VrComposerClient();
44 explicit VrCommandEngine(VrComposerClient& client);
63 VrComposerClient(const VrComposerClient&) = delete;
64 void operator=(const VrComposerClient&) = delete;
Dvr_hwc.h47 class VrComposerClient; variable
316 wp<VrComposerClient> client_;
Dvr_hwc.cpp946 sp<VrComposerClient> client; in createClient()
948 client = new VrComposerClient(*this); in createClient()