Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp590 std::vector<Hwc2::IComposerClient::ContentType> tmpSupportedContentTypes; in getSupportedContentTypes() local
591 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
592 for (Hwc2::IComposerClient::ContentType contentType : tmpSupportedContentTypes) { in getSupportedContentTypes()
DHidlComposerHal.cpp1316 const auto& tmpSupportedContentTypes) { in getSupportedContentTypes() argument
1322 *outSupportedContentTypes = tmpSupportedContentTypes; in getSupportedContentTypes()