Home
last modified time | relevance | path

Searched refs:tmpInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetDir.cpp36 FileInfo tmpInfo; in findEntry() local
38 tmpInfo.setFileName(fileName); in findEntry()
39 return pVector->indexOf(tmpInfo); in findEntry()
/frameworks/base/libs/hwui/
DReadback.cpp175 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local
177 tmpInfo, 0, kTopLeft_GrSurfaceOrigin, nullptr); in copyLayerInto()
195 SkImageInfo tmpInfo = bitmap->info().makeColorType(SkColorType::kN32_SkColorType); in copyLayerInto() local
197 !tmpBitmap.tryAllocPixels(tmpInfo) || in copyLayerInto()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp223 mComposer->dumpDebugInfo([&](const auto& tmpInfo) { in dumpDebugInfo() argument
224 info = tmpInfo.c_str(); in dumpDebugInfo()