Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDatabase.h58 virtual MtpObjectFormatList* getSupportedPlaybackFormats() = 0;
DMtpServer.cpp466 MtpObjectFormatList* playbackFormats = mDatabase->getSupportedPlaybackFormats(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp131 virtual MtpObjectFormatList* getSupportedPlaybackFormats();
295 MtpObjectFormatList* MyMtpDatabase::getSupportedPlaybackFormats() { in getSupportedPlaybackFormats() function in MyMtpDatabase
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java569 private int[] getSupportedPlaybackFormats() { in getSupportedPlaybackFormats() method in MtpDatabase