Home
last modified time | relevance | path

Searched refs:clientTargetSlotCount (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp248 void ComposerClient::setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument
249 Error error = mClient->setClientTargetSlotCount(display, clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h99 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl70 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl70 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl671 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h286 uint32_t clientTargetSlotCount) override { in setClientTargetSlotCount() argument
287 return mResources->setDisplayClientTargetCacheSize(display, clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h118 uint32_t clientTargetSlotCount) override;
DQtiComposerClient.cpp505 uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument
512 dpy->second.ClientTargets.resize(clientTargetSlotCount); in setClientTargetSlotCount()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal493 * @param clientTargetSlotCount is the slot count for client targets.
500 uint32_t clientTargetSlotCount)