Searched refs:clientTargetSlotCount (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 99 void setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 248 void ComposerClient::setClientTargetSlotCount(Display display, uint32_t clientTargetSlotCount) { in setClientTargetSlotCount() argument 249 Error error = mClient->setClientTargetSlotCount(display, clientTargetSlotCount); in setClientTargetSlotCount()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 70 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 70 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/ |
D | IComposerClient.aidl | 76 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/ |
D | IComposerClient.aidl | 76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/4/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 76 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 688 void setClientTargetSlotCount(long display, int clientTargetSlotCount); in setClientTargetSlotCount() argument
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 286 uint32_t clientTargetSlotCount) override { in setClientTargetSlotCount() argument 287 return mResources->setDisplayClientTargetCacheSize(display, clientTargetSlotCount); in setClientTargetSlotCount()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 493 * @param clientTargetSlotCount is the slot count for client targets. 500 uint32_t clientTargetSlotCount)
|