HomeSort by relevance Sort by last modified time
    Searched refs:hashMapPutID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_AudioPresentation.h 87 jmethodID hashMapPutID =
93 if (hashMapPutID == NULL) {
118 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj);
android_media_Utils.cpp 271 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID,
276 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj);
298 jmethodID hashMapPutID =
304 if (hashMapPutID == NULL) {
376 hashMapPutID,
383 hashMapPutID,
390 hashMapPutID,
397 hashMapPutID,
410 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj);

Completed in 71 milliseconds