Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp55 static jmethodID method_getSupportedPlaybackFormats; variable
292 method_getSupportedPlaybackFormats); in getSupportedPlaybackFormats()
1215method_getSupportedPlaybackFormats = env->GetMethodID(clazz, "getSupportedPlaybackFormats", "()[I"… in register_android_mtp_MtpDatabase()
1216 if (method_getSupportedPlaybackFormats == NULL) { in register_android_mtp_MtpDatabase()