Home
last modified time | relevance | path

Searched refs:tmpSupportedContentTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp662 std::vector<Hwc2::IComposerClient::ContentType> tmpSupportedContentTypes; in getSupportedContentTypes() local
663 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
664 for (Hwc2::IComposerClient::ContentType contentType : tmpSupportedContentTypes) { in getSupportedContentTypes()
DComposerHal.cpp1307 const auto& tmpSupportedContentTypes) { in getSupportedContentTypes() argument
1313 *outSupportedContentTypes = tmpSupportedContentTypes; in getSupportedContentTypes()