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

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java594 private int[] getSupportedCaptureFormats() { method in class:MtpDatabase
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp131 virtual MtpObjectFormatList* getSupportedCaptureFormats();
312 MtpObjectFormatList* MyMtpDatabase::getSupportedCaptureFormats() { function in class:MyMtpDatabase
1304 method_getSupportedCaptureFormats = env->GetMethodID(clazz, "getSupportedCaptureFormats", "()[I");
1306 ALOGE("Can't find getSupportedCaptureFormats");

Completed in 35 milliseconds