Searched defs:getDisplayAttribute (Results 1 - 4 of 4) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/default/ |
H A D | Hwc.h | 82 Error getDisplayAttribute(Display display, Config config, 178 HWC2_PFN_GET_DISPLAY_ATTRIBUTE getDisplayAttribute; member in struct:android::hardware::graphics::composer::V2_1::implementation::HwcHal::__anon1043
|
H A D | ComposerClient.cpp | 354 Return<void> ComposerClient::getDisplayAttribute(Display display, function in class:android::hardware::graphics::composer::V2_1::implementation::ComposerClient 359 Error err = mHal.getDisplayAttribute(display, config, attribute, &value);
|
H A D | Hwc.cpp | 124 &mDispatch.getDisplayAttribute); 370 Error HwcHal::getDisplayAttribute(Display display, Config config, function in class:android::hardware::graphics::composer::V2_1::implementation::HwcHal 373 int32_t err = mDispatch.getDisplayAttribute(mDevice, display, config,
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
H A D | VtsHalGraphicsComposerTestUtils.cpp | 189 int32_t ComposerClient::getDisplayAttribute( function in class:android::hardware::graphics::composer::V2_1::tests::ComposerClient 192 mClient->getDisplayAttribute(display, config, attribute,
|
Completed in 49 milliseconds