Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.cpp32 VrComposerClient::VrComposerClient(dvr::VrHwc& hal) in VrComposerClient() function in android::dvr::VrComposerClient
39 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()
H A Dvr_composer_client.h38 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;
H A Dvr_hwc.cpp868 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()
H A Dvr_hwc.h53 class VrComposerClient; variable
390 wp<VrComposerClient> client_;