Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpDatabase.h61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
DMtpServer.cpp468 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp134 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
349 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { in getSupportedDeviceProperties() function in MyMtpDatabase
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java718 private int[] getSupportedDeviceProperties() { in getSupportedDeviceProperties() method in MtpDatabase