Searched defs:KeyedVector (Results 1 - 2 of 2) sorted by path

/system/core/libpixelflinger/tinyutils/
H A DKeyedVector.h25 class KeyedVector class in namespace:android
31 inline KeyedVector();
89 * Variation of KeyedVector that holds a default value to return when
93 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
106 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
111 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
116 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
123 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
128 const KEY& KeyedVector<KE
[all...]
/system/media/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp29 template class android::KeyedVector<SLuint32, android::AudioEffect* > ; member in class:android

Completed in 53 milliseconds