Home
last modified time | relevance | path

Searched defs:getSupportedContentTypes (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h183 Error getSupportedContentTypes( in getSupportedContentTypes() function
379 HWC2_PFN_GET_SUPPORTED_CONTENT_TYPES getSupportedContentTypes; member
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h164 Return<void> getSupportedContentTypes( in getSupportedContentTypes() function
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp110 Error ComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/4/android/hardware/graphics/composer3/
DIComposerClient.aidl67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl544 ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/
DComposerClientWrapper.cpp365 std::pair<ScopedAStatus, std::vector<ContentType>> ComposerClientWrapper::getSupportedContentTypes( in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::libhwc_aidl_test::ComposerClientWrapper
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp634 TEST_P(GraphicsComposerHidlTest, getSupportedContentTypes) { in TEST_P() argument