Home
last modified time | relevance | path

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

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