Home
last modified time | relevance | path

Searched refs:getDisplayDecorationSupport (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl62 …@nullable android.hardware.graphics.common.DisplayDecorationSupport getDisplayDecorationSupport(lo… in getDisplayDecorationSupport() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl62 …@nullable android.hardware.graphics.common.DisplayDecorationSupport getDisplayDecorationSupport(lo… in getDisplayDecorationSupport() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl68 …@nullable android.hardware.graphics.common.DisplayDecorationSupport getDisplayDecorationSupport(lo… in getDisplayDecorationSupport() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl68 …@nullable android.hardware.graphics.common.DisplayDecorationSupport getDisplayDecorationSupport(lo… in getDisplayDecorationSupport() method
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl539 @nullable DisplayDecorationSupport getDisplayDecorationSupport(long display); in getDisplayDecorationSupport() method
/hardware/google/graphics/common/hwc3/
DComposerClient.h110 ndk::ScopedAStatus getDisplayDecorationSupport(
DComposerClient.cpp311 ndk::ScopedAStatus ComposerClient::getDisplayDecorationSupport( in getDisplayDecorationSupport() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp368 VtsComposerClient::getDisplayDecorationSupport(int64_t display) { in getDisplayDecorationSupport() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient
370 return {mComposerClient->getDisplayDecorationSupport(display, &outSupport), outSupport}; in getDisplayDecorationSupport()
DVtsComposerClient.h160 std::pair<ScopedAStatus, std::optional<DisplayDecorationSupport>> getDisplayDecorationSupport(
DVtsHalGraphicsComposer3_TargetTest.cpp2212 const auto [error, support] = mComposerClient->getDisplayDecorationSupport(displayId); in TEST_P()