Searched refs:hashMapPutID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_AudioPresentation.h | 87 jmethodID hashMapPutID = in ConvertMessageToMap() local 93 if (hashMapPutID == NULL) { in ConvertMessageToMap() 118 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
|
D | android_media_Utils.cpp | 271 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, in SetMapInt32() argument 276 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj); in SetMapInt32() 298 jmethodID hashMapPutID = in ConvertMessageToMap() local 304 if (hashMapPutID == NULL) { in ConvertMessageToMap() 376 hashMapPutID, in ConvertMessageToMap() 383 hashMapPutID, in ConvertMessageToMap() 390 hashMapPutID, in ConvertMessageToMap() 397 hashMapPutID, in ConvertMessageToMap() 410 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
|