OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VrComposerClient
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/vr/hardware_composer/impl/
vr_composer_client.h
36
class
VrComposerClient
: public ComposerClient {
38
VrComposerClient
(android::dvr::VrHwc& hal);
39
virtual ~
VrComposerClient
();
44
VrCommandEngine(
VrComposerClient
& client);
57
VrComposerClient
& mVrClient;
64
VrComposerClient
(const
VrComposerClient
&) = delete;
65
void operator=(const
VrComposerClient
&) = delete;
vr_composer_client.cpp
31
VrComposerClient
::
VrComposerClient
(dvr::VrHwc& hal)
34
LOG_ALWAYS_FATAL("failed to initialize
VrComposerClient
");
38
VrComposerClient
::~
VrComposerClient
() {}
41
VrComposerClient
::createCommandEngine() {
45
VrComposerClient
::VrCommandEngine::VrCommandEngine(
VrComposerClient
& client)
49
VrComposerClient
::VrCommandEngine::~VrCommandEngine() {}
51
bool
VrComposerClient
::VrCommandEngine::executeCommand
[
all
...]
vr_hwc.h
46
class
VrComposerClient
;
304
wp<
VrComposerClient
> client_;
vr_hwc.cpp
872
sp<
VrComposerClient
> client;
874
client = new
VrComposerClient
(*this);
Completed in 130 milliseconds