Searched refs:contentType (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 144 void Test_setContentType(const ContentType& contentType, const char* contentTypeStr); 147 const ContentType& contentType, const char* contentTypeStr); 604 const ContentType& contentType, const char* contentTypeStr) { in Test_setContentTypeForDisplay() argument 606 std::find(capabilities.begin(), capabilities.end(), contentType) != capabilities.end(); in Test_setContentTypeForDisplay() 609 EXPECT_EQ(Error::UNSUPPORTED, mComposerClient->setContentType(display, contentType)); in Test_setContentTypeForDisplay() 615 EXPECT_EQ(Error::NONE, mComposerClient->setContentType(display, contentType)); in Test_setContentTypeForDisplay() 619 void GraphicsComposerHidlTest::Test_setContentType(const ContentType& contentType, in Test_setContentType() argument 627 Test_setContentTypeForDisplay(display, supportedContentTypes, contentType, contentTypeStr); in Test_setContentType()
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 121 Error ComposerClient::setContentType(Display display, IComposerClient::ContentType contentType) { in setContentType() argument 122 return mClient->setContentType(display, contentType); in setContentType()
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerClient.h | 163 IComposerClient::ContentType contentType) override { in setContentType() argument 164 return mHal->setContentType(display, contentType); in setContentType()
|
D | ComposerHal.h | 75 virtual Error setContentType(Display display, IComposerClient::ContentType contentType) = 0;
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 94 Error setContentType(Display display, IComposerClient::ContentType contentType);
|
/hardware/interfaces/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 351 halMetadata->contentType = in UpdateTracksMetadata() 356 << ", content=" << toString(halMetadata->contentType) in UpdateTracksMetadata()
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 209 Error setContentType(Display display, IComposerClient::ContentType contentType) override { in setContentType() argument 215 mDispatch.setContentType(mDevice, display, static_cast<int32_t>(contentType)); in setContentType()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 697 static inline const char* getContentTypeName(hwc2_content_type_t contentType) { in getContentTypeName() argument 698 switch(contentType) { in getContentTypeName() 3048 hwc2_display_t display, int32_t /* hwc2_content_type_t */ contentType);
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 128 AudioContentType contentType;
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamOut.cpp | 573 .content_type = static_cast<audio_content_type_t>(metadata.contentType), in updateSourceMetadata()
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 800 AudioContentType contentType;
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 959 AudioContentType contentType;
|