Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_AudioPresentation.h87 jmethodID hashMapPutID = in ConvertMessageToMap() local
93 if (hashMapPutID == NULL) { in ConvertMessageToMap()
118 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
Dandroid_media_Utils.cpp271 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()