Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
H A DComposerVts.h44 class ComposerClient; variable
62 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
H A DComposerVts.h47 class ComposerClient; variable
65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DComposerVts.h52 class ComposerClient; variable
65 explicit ComposerClient(const sp<IComposerClient>& client) in ComposerClient() function
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerService.h27 using ComposerClient = android::hardware::graphics::composer::V2_4::hal::ComposerClient; variable
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_composer_client.h36 using ComposerClient = ComposerClientImpl<IVrComposerClient, ComposerHal>; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h53 class ComposerClient; variable
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerClient.h223 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerClient.h207 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerClient.h203 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h451 using ComposerClient = detail::ComposerClientImpl<IComposerClient, ComposerHal>; variable
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp69 ComposerClient::ComposerClient(const sp<IComposerClient>& client) : mClient(client) {} in ComposerClient() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient