Home
last modified time | relevance | path

Searched refs:contentType (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp144 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/
DComposerVts.cpp121 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/
DComposerClient.h163 IComposerClient::ContentType contentType) override { in setContentType() argument
164 return mHal->setContentType(display, contentType); in setContentType()
DComposerHal.h75 virtual Error setContentType(Display display, IComposerClient::ContentType contentType) = 0;
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h94 Error setContentType(Display display, IComposerClient::ContentType contentType);
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSession.cpp351 halMetadata->contentType = in UpdateTracksMetadata()
356 << ", content=" << toString(halMetadata->contentType) in UpdateTracksMetadata()
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h209 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/
Dhwcomposer2.h697 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/
Dtypes.hal128 AudioContentType contentType;
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp573 .content_type = static_cast<audio_content_type_t>(metadata.contentType), in updateSourceMetadata()
/hardware/interfaces/audio/common/5.0/
Dtypes.hal800 AudioContentType contentType;
/hardware/interfaces/audio/common/6.0/
Dtypes.hal959 AudioContentType contentType;