Searched defs:hashMapPutID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp270 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID,
275 env->CallObjectMethod(hashMapObj, hashMapPutID, keyObj, valueObj);
297 jmethodID hashMapPutID = local
303 if (hashMapPutID == NULL) {
375 hashMapPutID,
382 hashMapPutID,
389 hashMapPutID,
396 hashMapPutID,
409 env->CallObjectMethod(hashMap, hashMapPutID, keyObj, valueObj);
269 SetMapInt32( JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, const char *key, int32_t value) argument

Completed in 110 milliseconds