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.cpp443 MtpObjectFormatList* playbackFormats = mDatabase->getSupportedPlaybackFormats(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp130 virtual MtpObjectFormatList* getSupportedPlaybackFormats();
294 MtpObjectFormatList* MyMtpDatabase::getSupportedPlaybackFormats() { in getSupportedPlaybackFormats() function in MyMtpDatabase
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java560 private int[] getSupportedPlaybackFormats() { in getSupportedPlaybackFormats() method in MtpDatabase