Searched refs:hashMapPutID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_Utils.cpp | 270 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, in SetMapInt32() argument 275 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj); in SetMapInt32() 297 jmethodID hashMapPutID = in ConvertMessageToMap() local 303 if (hashMapPutID == NULL) { in ConvertMessageToMap() 375 hashMapPutID, in ConvertMessageToMap() 382 hashMapPutID, in ConvertMessageToMap() 389 hashMapPutID, in ConvertMessageToMap() 396 hashMapPutID, in ConvertMessageToMap() 409 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
|