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

/system/hwservicemanager/
H A DTokenManager.h45 std::array<uint8_t, KEY_SIZE> mKey; member in struct:android::hidl::token::V1_0::implementation::TokenManager
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp36 AssemblyKey<needs_t> mKey; member in class:ScanlineAssembly
39 : Assembly(size), mKey(needs) { }
40 const AssemblyKey<needs_t>& key() const { return mKey; }
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h46 explicit AssemblyKey(const T& rhs) : mKey(rhs) { }
48 const T& rhs = static_cast<const AssemblyKey&>(key).mKey;
49 return android::compare_type(mKey, rhs);
52 T mKey; member in class:android::AssemblyKey
106 const AssemblyKeyBase* mKey; member in class:android::CodeCache::key_t
109 explicit key_t(const AssemblyKeyBase& k) : mKey(&k) { }
129 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
/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); }
43 const Key mKey; member in class:android::hardware::HidlCache::HidlCacheLock
H A DHidlMemoryCache.cpp54 IMemoryCacheable(sp<IMemory> heap, sp<IMemoryToken> key) : IMemoryDecorator(heap), mKey(key) {}
55 virtual ~IMemoryCacheable() { HidlMemoryCache::getInstance()->flush(mKey); }
58 sp<IMemoryToken> mKey; member in class:android::hardware::IMemoryCacheable
/system/core/libpixelflinger/
H A Dscanline.cpp298 AssemblyKey<needs_t> mKey; member in class:android::ScanlineAssembly
301 : Assembly(size), mKey(needs) { }
302 const AssemblyKey<needs_t>& key() const { return mKey; }

Completed in 491 milliseconds