Searched refs:hashMapPutID (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_Streams.cpp | 268 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, in SetMapInt32() argument 273 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj); in SetMapInt32() 295 jmethodID hashMapPutID = in ConvertMessageToMap() local 301 if (hashMapPutID == NULL) { in ConvertMessageToMap() 373 hashMapPutID, in ConvertMessageToMap() 380 hashMapPutID, in ConvertMessageToMap() 387 hashMapPutID, in ConvertMessageToMap() 394 hashMapPutID, in ConvertMessageToMap() 407 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
|
D | android_media_AudioPresentation.h | 41 jmethodID hashMapPutID; member 73 hashMapPutID = env->GetMethodID( in init() 77 CHECK(hashMapPutID != NULL); in init() 143 env->CallObjectMethod(hashMap.get(), fields.hashMapPutID, jLocale.get(), jValue.get()); in convertLabelsToMap()
|