Searched defs:mCache (Results 1 - 6 of 6) sorted by relevance

/system/netd/server/dns/
H A DDnsTlsTransport.h68 DnsTlsSessionCache mCache; member in class:android::net::DnsTlsTransport
H A DDnsTlsSocket.h53 mMark(mark), mServer(server), mObserver(observer), mCache(cache) {}
122 DnsTlsSessionCache* _Nonnull const mCache; member in class:android::net::DnsTlsSocket
/system/libhidl/libhidlcache/
H A DHidlCache.h36 HidlCacheLock(sp<HidlCache> cache, const Key& key) : mCache(cache), mKey(key) {
37 mCache->lock(mKey);
39 ~HidlCacheLock() { mCache->unlock(mKey); }
42 sp<HidlCache> mCache; member in class:android::hardware::HidlCache::HidlCacheLock
/system/tools/hidl/
H A DCoordinator.h177 mutable std::map<FQName, AST *> mCache; member in struct:android::Coordinator
/system/core/include/utils/
H A DLruCache.h127 mCache(cache), mIterator(mCache.mSet->begin()), mBeginReturned(false) {
131 if (mIterator == mCache.mSet->end()) {
141 bool ret = (mIterator != mCache.mSet->end());
155 const LruCache<TKey, TValue>& mCache; member in class:android::LruCache::Iterator
/system/core/libutils/include/utils/
H A DLruCache.h127 mCache(cache), mIterator(mCache.mSet->begin()), mBeginReturned(false) {
131 if (mIterator == mCache.mSet->end()) {
141 bool ret = (mIterator != mCache.mSet->end());
155 const LruCache<TKey, TValue>& mCache; member in class:android::LruCache::Iterator

Completed in 98 milliseconds