Searched refs:getSupportedPlaybackFormats (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpDatabase.h58 virtual MtpObjectFormatList* getSupportedPlaybackFormats() = 0;
H A DMtpServer.cpp426 MtpObjectFormatList* playbackFormats = mDatabase->getSupportedPlaybackFormats();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp118 virtual MtpObjectFormatList* getSupportedPlaybackFormats();
281 MtpObjectFormatList* MyMtpDatabase::getSupportedPlaybackFormats() { function in class:MyMtpDatabase
1141 method_getSupportedPlaybackFormats = env->GetMethodID(clazz, "getSupportedPlaybackFormats", "()[I");
1143 ALOGE("Can't find getSupportedPlaybackFormats");
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java480 private int[] getSupportedPlaybackFormats() { method in class:MtpDatabase

Completed in 283 milliseconds