Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp594 std::vector<Hwc2::IComposerClient::ContentType> tmpSupportedContentTypes; in getSupportedContentTypes() local
595 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
596 for (Hwc2::IComposerClient::ContentType contentType : tmpSupportedContentTypes) { in getSupportedContentTypes()
DHidlComposerHal.cpp1329 const auto& tmpSupportedContentTypes) { in getSupportedContentTypes() argument
1335 *outSupportedContentTypes = tmpSupportedContentTypes; in getSupportedContentTypes()