Searched refs:hashMapPutID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_Utils.cpp | 134 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, in SetMapInt32() argument 139 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj); in SetMapInt32() 161 jmethodID hashMapPutID = in ConvertMessageToMap() local 167 if (hashMapPutID == NULL) { in ConvertMessageToMap() 234 hashMapPutID, in ConvertMessageToMap() 241 hashMapPutID, in ConvertMessageToMap() 248 hashMapPutID, in ConvertMessageToMap() 255 hashMapPutID, in ConvertMessageToMap() 268 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
|