/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcHal.h | 145 return getClientTargetSupport(display, width, height, in getClientTargetSupport_2_2() 288 using BaseType2_1::getClientTargetSupport;
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerHal.h | 46 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 189 Return<Error> getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function 191 Error err = mHal->getClientTargetSupport(display, width, height, format, dataspace); in getClientTargetSupport()
|
D | ComposerHal.h | 80 virtual Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 95 bool getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 174 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function 176 int32_t err = mDispatch.getClientTargetSupport(mDevice, display, width, height, in getClientTargetSupport() 527 &mDispatch.getClientTargetSupport) || in initDispatch() 630 HWC2_PFN_GET_CLIENT_TARGET_SUPPORT getClientTargetSupport; member
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 170 bool ComposerClient::getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient 172 Error error = mClient->getClientTargetSupport(display, width, height, format, dataspace); in getClientTargetSupport()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 348 ASSERT_TRUE(mComposerClient->getClientTargetSupport( in TEST_F() 371 Error error = mComposerClient->getRaw()->getClientTargetSupport( in TEST_F()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 251 HWC2::Error getClientTargetSupport(uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 250 displayHook<decltype(&Display::getClientTargetSupport), in doGetFunction() 251 &Display::getClientTargetSupport, uint32_t, uint32_t, in doGetFunction() 1031 Error HWC2On1Adapter::Display::getClientTargetSupport(uint32_t width, uint32_t height, in getClientTargetSupport() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 369 getClientTargetSupport(Display display,
|