/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
ComposerVts.h | 87 bool getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
ComposerHal.h | 46 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
HwcHal.h | 145 return getClientTargetSupport(display, width, height, 288 using BaseType2_1::getClientTargetSupport;
|
/hardware/interfaces/graphics/composer/2.1/ |
IComposerClient.hal | 369 getClientTargetSupport(Display display, [all...] |
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
ComposerClient.h | 188 Return<Error> getClientTargetSupport(Display display, uint32_t width, uint32_t height, 190 Error err = mHal->getClientTargetSupport(display, width, height, format, dataspace);
|
ComposerHal.h | 80 virtual Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
ComposerVts.cpp | 172 bool ComposerClient::getClientTargetSupport(Display display, uint32_t width, uint32_t height, 174 Error error = mClient->getClientTargetSupport(display, width, height, format, dataspace);
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
FakeComposerClient.h | 76 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
|
FakeComposerClient.cpp | 237 Error FakeComposerClient::getClientTargetSupport(Display /*display*/, uint32_t /*width*/, 240 ALOGV("getClientTargetSupport");
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
HwcHal.h | 174 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, 176 int32_t err = mDispatch.getClientTargetSupport(mDevice, display, width, height, 533 &mDispatch.getClientTargetSupport) || 619 HWC2_PFN_GET_CLIENT_TARGET_SUPPORT getClientTargetSupport;
|
/frameworks/native/services/vr/hardware_composer/impl/ |
vr_hwc.h | 227 Error getClientTargetSupport(Display display,
|
vr_hwc.cpp | 324 Error VrHwc::getClientTargetSupport(Display /* display */, uint32_t /* width */,
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
VtsHalGraphicsComposerV2_1TargetTest.cpp | 206 * Test IComposerClient::getClientTargetSupport. 208 * Test that IComposerClient::getClientTargetSupport returns true for the 211 TEST_F(GraphicsComposerHidlTest, GetClientTargetSupport) { 223 ASSERT_TRUE(mComposerClient->getClientTargetSupport(
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
HWC2On1Adapter.cpp | 248 case FunctionDescriptor::GetClientTargetSupport: 250 displayHook<decltype(&Display::getClientTargetSupport), 251 &Display::getClientTargetSupport, uint32_t, uint32_t, [all...] |
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
Hwc2Test.cpp | 792 void getClientTargetSupport(hwc2_display_t display, int32_t width, [all...] |
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
HWC2On1Adapter.h | 251 HWC2::Error getClientTargetSupport(uint32_t width, uint32_t height,
|