Searched refs:uid_cache (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libvr_manager/
H A Dtrusted_uids.cpp16 static std::unordered_map<uid_t, bool> uid_cache; local
29 auto it = uid_cache.find(uid);
30 if (it != uid_cache.end())
46 uid_cache[uid] = trusted;

Completed in 142 milliseconds