Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/
Dmapping.cpp43 return c->lockGuard(key); in lockMemoryCache()
DHidlCache.h53 virtual sp<HidlCacheLock> lockGuard(const Key& key) { return new HidlCacheLock(this, key); } in lockGuard() function