Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_Streams.cpp207 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, in SetMapInt32() argument
212 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj); in SetMapInt32()
234 jmethodID hashMapPutID = in ConvertMessageToMap() local
240 if (hashMapPutID == NULL) { in ConvertMessageToMap()
312 hashMapPutID, in ConvertMessageToMap()
319 hashMapPutID, in ConvertMessageToMap()
326 hashMapPutID, in ConvertMessageToMap()
333 hashMapPutID, in ConvertMessageToMap()
346 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj); in ConvertMessageToMap()
Dandroid_media_AudioPresentation.h41 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()