Home
last modified time | relevance | path

Searched defs:ComposerClient (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h47 class ComposerClient; variable
65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
DComposerVts.h44 class ComposerClient; variable
62 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h52 class ComposerClient; variable
65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h53 class ComposerClient; variable
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h207 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h223 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h203 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h451 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp69 ComposerClient::ComposerClient(const sp<IComposerClient>& client) : mClient(client) {} in ComposerClient() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient