/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 53 using ContentType = IComposerClient::ContentType; typedef 192 void Test_setContentType(const ContentType& contentType, const char* contentTypeStr); 194 const std::vector<ContentType>& capabilities, 195 const ContentType& contentType, const char* contentTypeStr); 628 std::vector<ContentType> supportedContentTypes; in TEST_P() 635 std::vector<ContentType> supportedContentTypes; in TEST_P() 642 ContentType::NONE) != supportedContentTypes.end(); in TEST_P() 650 const auto error = mComposerClient->setContentType(display.get(), ContentType::NONE); in TEST_P() 656 const auto types = {ContentType::NONE, ContentType::GRAPHICS, ContentType::PHOTO, in TEST_P() 657 ContentType::CINEMA, ContentType::GAME}; in TEST_P() [all …]
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | Hidl2AidlAsserts.cpp | 326 aidl::android::hardware::graphics::composer3::ContentType::NONE == 327 static_cast<aidl::android::hardware::graphics::composer3::ContentType>( 328 ::android::hardware::graphics::composer::V2_4::IComposerClient::ContentType::NONE)); 329 static_assert(aidl::android::hardware::graphics::composer3::ContentType::GRAPHICS == 330 static_cast<aidl::android::hardware::graphics::composer3::ContentType>( 331 ::android::hardware::graphics::composer::V2_4::IComposerClient::ContentType:: 333 static_assert(aidl::android::hardware::graphics::composer3::ContentType::PHOTO == 334 static_cast<aidl::android::hardware::graphics::composer3::ContentType>( 335 ::android::hardware::graphics::composer::V2_4::IComposerClient::ContentType:: 337 static_assert(aidl::android::hardware::graphics::composer3::ContentType::CINEMA == [all …]
|
D | ContentType.aidl | 21 enum ContentType { enum
|
D | IComposerClient.aidl | 28 import android.hardware.graphics.composer3.ContentType; 529 ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() 712 void setContentType(long display, ContentType type); in setContentType()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | ContentType.aidl | 36 enum ContentType { enum
|
D | IComposerClient.aidl | 61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() 72 void setContentType(long display, android.hardware.graphics.composer3.ContentType type); in setContentType()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | ContentType.aidl | 36 enum ContentType { enum
|
D | IComposerClient.aidl | 61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() 72 void setContentType(long display, android.hardware.graphics.composer3.ContentType type); in setContentType()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | ContentType.aidl | 36 enum ContentType { enum
|
D | IComposerClient.aidl | 67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() 78 void setContentType(long display, android.hardware.graphics.composer3.ContentType type); in setContentType()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | ContentType.aidl | 36 enum ContentType { enum
|
D | IComposerClient.aidl | 67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() 78 void setContentType(long display, android.hardware.graphics.composer3.ContentType type); in setContentType()
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 92 Display display, std::vector<IComposerClient::ContentType>* outSupportedContentTypes); 94 Error setContentType(Display display, IComposerClient::ContentType contentType);
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerHal.h | 74 std::vector<IComposerClient::ContentType>* outSupportedContentTypes) = 0; 75 virtual Error setContentType(Display display, IComposerClient::ContentType contentType) = 0;
|
D | ComposerClient.h | 166 std::vector<IComposerClient::ContentType> supportedContentTypes; in getSupportedContentTypes() 174 IComposerClient::ContentType contentType) override { in setContentType()
|
/hardware/interfaces/audio/policy/1.0/xml/api/ |
D | current.txt | 72 public enum ContentType { 74 enum_constant public static final audio.policy.V1_0.ContentType AUDIO_CONTENT_TYPE_MOVIE; 75 enum_constant public static final audio.policy.V1_0.ContentType AUDIO_CONTENT_TYPE_MUSIC; 76 enum_constant public static final audio.policy.V1_0.ContentType AUDIO_CONTENT_TYPE_SONIFICATION; 77 enum_constant public static final audio.policy.V1_0.ContentType AUDIO_CONTENT_TYPE_SPEECH; 78 enum_constant public static final audio.policy.V1_0.ContentType AUDIO_CONTENT_TYPE_UNKNOWN; 83 method public audio.policy.V1_0.ContentType getValue(); 84 method public void setValue(audio.policy.V1_0.ContentType);
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 111 Display display, std::vector<IComposerClient::ContentType>* outSupportedContentTypes) { in getSupportedContentTypes() 121 Error ComposerClient::setContentType(Display display, IComposerClient::ContentType contentType) { in setContentType()
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 185 std::vector<IComposerClient::ContentType>* outSupportedContentTypes) override { in getSupportedContentTypes() 200 reinterpret_cast<std::underlying_type<IComposerClient::ContentType>::type*>( in getSupportedContentTypes() 203 *outSupportedContentTypes = std::vector<IComposerClient::ContentType>(); in getSupportedContentTypes() 209 Error setContentType(Display display, IComposerClient::ContentType contentType) override { in setContentType()
|
/hardware/interfaces/audio/aidl/default/config/audioPolicy/engine/api/ |
D | current.txt | 72 public enum ContentType { 74 …enum_constant public static final android.audio.policy.engine.configuration.ContentType AUDIO_CONT… 75 …enum_constant public static final android.audio.policy.engine.configuration.ContentType AUDIO_CONT… 76 …enum_constant public static final android.audio.policy.engine.configuration.ContentType AUDIO_CONT… 77 …enum_constant public static final android.audio.policy.engine.configuration.ContentType AUDIO_CONT… 78 …enum_constant public static final android.audio.policy.engine.configuration.ContentType AUDIO_CONT… 83 method @Nullable public android.audio.policy.engine.configuration.ContentType getValue(); 84 method public void setValue(@Nullable android.audio.policy.engine.configuration.ContentType);
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 109 std::vector<ContentType>* types) override; 128 ndk::ScopedAStatus setContentType(int64_t display, ContentType type) override;
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 135 enum ContentType : uint32_t { 284 * ContentType::{GRAPHICS, PHOTO, CINEMA, GAME}). This list must not change after 288 * ContentType::NONE is always supported and will not be returned by this method.. 295 generates(Error error, vec<ContentType> supportedContentTypes); 316 setContentType(Display display, ContentType type)
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.h | 100 ScopedAStatus setContentType(int64_t display, ContentType contentType); 158 std::pair<ScopedAStatus, std::vector<ContentType>> getSupportedContentTypes(int64_t display);
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 83 const std::vector<ContentType>& supportedContentTypes, in Test_setContentTypeForDisplay() 84 ContentType contentType, const char* contentTypeStr) { in Test_setContentTypeForDisplay() 100 EXPECT_TRUE(mComposerClient->setContentType(display, ContentType::NONE).isOk()); in Test_setContentTypeForDisplay() 103 void Test_setContentType(ContentType contentType, const char* contentTypeStr) { in Test_setContentType() 760 ContentType::NONE) != supportedContentTypes.end(); in TEST_P() 769 mComposerClient->setContentType(display.getDisplayId(), ContentType::NONE).isOk()); in TEST_P() 774 constexpr ContentType types[] = {ContentType::NONE, ContentType::GRAPHICS, ContentType::PHOTO, in TEST_P() 775 ContentType::CINEMA, ContentType::GAME}; in TEST_P() 786 Test_setContentType(ContentType::GRAPHICS, "GRAPHICS"); in TEST_P() 790 Test_setContentType(ContentType::PHOTO, "PHOTO"); in TEST_P() [all …]
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 97 int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) override; 118 int32_t setContentType(int64_t display, ContentType contentType) override;
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 169 virtual int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) = 0; 192 virtual int32_t setContentType(int64_t display, ContentType contentType) = 0;
|