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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h102 class key_t { class in class:android::CodeCache
104 const key_value_pair_t<key_t, cache_entry_t>&,
105 const key_value_pair_t<key_t, cache_entry_t>&);
108 key_t() { }; function in class:android::CodeCache::key_t
109 explicit key_t(const AssemblyKeyBase& k) : mKey(&k) { } function in class:android::CodeCache::key_t
116 KeyedVector<key_t, cache_entry_t> mCacheData;
119 const key_value_pair_t<key_t, cache_entry_t>&,
120 const key_value_pair_t<key_t, cache_entry_t>&);
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
127 const key_value_pair_t<CodeCache::key_t, CodeCach
[all...]
H A DCodeCache.cpp166 ssize_t index = mCacheData.indexOfKey(key_t(keyBase));
197 ssize_t err = mCacheData.add(key_t(keyBase), cache_entry_t(assembly, mWhen));
/system/nfc/halimpl/pn54x/tml/
H A DphDal4Nfc_messageQueueLib.h27 intptr_t phDal4Nfc_msgget(key_t key, int msgflg);
H A DphDal4Nfc_messageQueueLib.c54 intptr_t phDal4Nfc_msgget(key_t key, int msgflg) {
/system/core/include/utils/
H A DTypeHelpers.h254 typedef KEY key_t; typedef in struct:android::key_value_pair_t
/system/core/libutils/include/utils/
H A DTypeHelpers.h254 typedef KEY key_t; typedef in struct:android::key_value_pair_t

Completed in 113 milliseconds