Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp576 std::vector<Hwc2::IComposerClient::ContentType> tmpSupportedContentTypes; in getSupportedContentTypes() local
577 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
578 for (Hwc2::IComposerClient::ContentType contentType : tmpSupportedContentTypes) { in getSupportedContentTypes()
DHidlComposerHal.cpp1242 const auto& tmpSupportedContentTypes) { in getSupportedContentTypes() argument
1248 *outSupportedContentTypes = tmpSupportedContentTypes; in getSupportedContentTypes()