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

/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp129 JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID,
135 hashMapObj, hashMapPutID, keyObj, valueObj);
156 jmethodID hashMapPutID = local
162 if (hashMapPutID == NULL) {
229 hashMapPutID,
236 hashMapPutID,
243 hashMapPutID,
250 hashMapPutID,
264 hashMap, hashMapPutID, keyObj, valueObj);
128 SetMapInt32( JNIEnv *env, jobject hashMapObj, jmethodID hashMapPutID, const char *key, int32_t value) argument

Completed in 88 milliseconds