Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_AudioPresentation.h40 jmethodID hashMapConstructID; member
71 hashMapConstructID = env->GetMethodID(hashMapClazz, "<init>", "()V"); in init()
72 CHECK(hashMapConstructID != NULL); in init()
128 fields.hashMapClazz, fields.hashMapConstructID)); in convertLabelsToMap()
Dandroid_media_Streams.cpp227 jmethodID hashMapConstructID = in ConvertMessageToMap() local
230 if (hashMapConstructID == NULL) { in ConvertMessageToMap()
244 jobject hashMap = env->NewObject(hashMapClazz.get(), hashMapConstructID); in ConvertMessageToMap()