OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComposerClient
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
ComposerVts.h
42
class
ComposerClient
;
57
std::unique_ptr<
ComposerClient
> createClient();
69
class
ComposerClient
{
71
ComposerClient
(const sp<IComposerClient>& client);
72
~
ComposerClient
();
/hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp
68
std::unique_ptr<
ComposerClient
> Composer::createClient() {
69
std::unique_ptr<
ComposerClient
> client;
72
client = std::make_unique<
ComposerClient
>(tmpClient);
78
ComposerClient
::
ComposerClient
(const sp<IComposerClient>& client) : mClient(client) {}
80
ComposerClient
::~
ComposerClient
() {
98
sp<IComposerClient>
ComposerClient
::getRaw() const {
102
void
ComposerClient
::registerCallback(const sp<IComposerCallback>& callback) {
106
uint32_t
ComposerClient
::getMaxVirtualDisplayCount()
[
all
...]
Completed in 96 milliseconds