Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp61 static jmethodID method_getSupportedCaptureFormats; variable
315 method_getSupportedCaptureFormats); in getSupportedCaptureFormats()
1304method_getSupportedCaptureFormats = env->GetMethodID(clazz, "getSupportedCaptureFormats", "()[I"); in register_android_mtp_MtpDatabase()
1305 if (method_getSupportedCaptureFormats == NULL) { in register_android_mtp_MtpDatabase()