Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DDebugEGLImageTracker.cpp52 std::unordered_map<std::string, int64_t> mDestroyTracker; member in DebugEGLImageTrackerImpl
80 mDestroyTracker[from]++; in destroy()
93 for (const auto &[from, count] : mDestroyTracker) { in dump()