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

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java554 private int[] getSupportedPlaybackFormats() { method in class:MtpDatabase
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp125 virtual MtpObjectFormatList* getSupportedPlaybackFormats();
289 MtpObjectFormatList* MyMtpDatabase::getSupportedPlaybackFormats() { function in class:MyMtpDatabase
1213 method_getSupportedPlaybackFormats = env->GetMethodID(clazz, "getSupportedPlaybackFormats", "()[I");
1215 ALOGE("Can't find getSupportedPlaybackFormats");

Completed in 8259 milliseconds