Home
last modified time | relevance | path

Searched refs:KeyedVectorToHashMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_ExifInterface.cpp64 static jobject KeyedVectorToHashMap(JNIEnv *env, KeyedVector<String8, String8> const &map) { in KeyedVectorToHashMap() function
293 jobject hashMap = KeyedVectorToHashMap(env, map); in getRawAttributes()
Dandroid_media_MediaDrm.cpp521 static jobject KeyedVectorToHashMap (JNIEnv *env, KeyedVector<String8, String8> const &map) { in KeyedVectorToHashMap() function
958 return KeyedVectorToHashMap(env, infoMap); in android_media_MediaDrm_queryKeyStatus()