Searched refs:nativeWindowCache_ (Results 1 – 2 of 2) sorted by relevance
40 nativeWindowCache_.clear(); in ~SurfaceUtils()302 if (nativeWindowCache_.count(uniqueId) == 0) { in GetNativeWindow()306 return nativeWindowCache_[uniqueId]; in GetNativeWindow()315 if (nativeWindowCache_.count(uniqueId) == 0) { in AddNativeWindow()316 nativeWindowCache_[uniqueId] = nativeWidow; in AddNativeWindow()326 nativeWindowCache_.erase(uniqueId); in RemoveNativeWindow()
56 std::unordered_map<uint64_t, void*> nativeWindowCache_; variable