/system/core/libutils/include/utils/ |
TypeHelpers.h | 253 struct key_value_pair_t { struct in namespace:android 259 key_value_pair_t() { } function in struct:android::key_value_pair_t 260 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t 261 key_value_pair_t& operator=(const key_value_pair_t& o) { 266 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t 267 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t 268 inline bool operator < (const key_value_pair_t& o) const { 280 struct trait_trivial_ctor< key_value_pair_t<K, V> [all...] |
KeyedVector.h | 96 SortedVector< key_value_pair_t<KEY, VALUE> > mVector; 130 return mVector.indexOf( key_value_pair_t<KEY,VALUE>(key) ); 169 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) ); 174 key_value_pair_t<KEY,VALUE> pair(key, value); 190 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
|
/frameworks/rs/cpp/util/ |
TypeHelpers.h | 227 struct key_value_pair_t { struct in namespace:android::RSC 233 key_value_pair_t() { } function in struct:android::RSC::key_value_pair_t 234 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::RSC::key_value_pair_t 235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::RSC::key_value_pair_t 236 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::RSC::key_value_pair_t 237 inline bool operator < (const key_value_pair_t& o) const { 249 struct trait_trivial_ctor< key_value_pair_t<K, V> > 252 struct trait_trivial_dtor< key_value_pair_t<K, V> > 255 struct trait_trivial_copy< key_value_pair_t<K, V> [all...] |
/system/core/libpixelflinger/codeflinger/ |
CodeCache.h | 104 const key_value_pair_t<key_t, cache_entry_t>&, 105 const key_value_pair_t<key_t, cache_entry_t>&); 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, CodeCache::cache_entry_t>& rhs)
|
/frameworks/base/core/jni/include/android_runtime/ |
android_view_InputQueue.h | 80 Vector<key_value_pair_t<InputEvent*, bool> > mFinishedEvents;
|
/prebuilts/abi-dumps/vndk/current/x86_64/source-based/ |
libutils.so.lsdump.gz | |
libstagefright_omx.so.lsdump.gz | |
libbinder.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/x86/source-based/ |
libutils.so.lsdump.gz | |
libstagefright_omx.so.lsdump.gz | |
libbinder.so.lsdump.gz | |
libstagefright_soft_g711dec.so.lsdump.gz | |
libstagefright_soft_rawdec.so.lsdump.gz | |
libstagefright_soft_opusdec.so.lsdump.gz | |
libstagefright_soft_mp3dec.so.lsdump.gz | |
libstagefright_soft_gsmdec.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/arm/source-based/ |
libutils.so.lsdump.gz | |
libstagefright_omx.so.lsdump.gz | |
libbinder.so.lsdump.gz | |
libmedia_omx.so.lsdump.gz | |
libmedia_helper.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/current/arm64/source-based/ |
libutils.so.lsdump.gz | |
libstagefright_omx.so.lsdump.gz | |
libbinder.so.lsdump.gz | |
/frameworks/base/core/jni/ |
android_view_InputQueue.cpp | 128 mFinishedEvents.push(key_value_pair_t<InputEvent*, bool>(event, handled));
|