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.cpp445 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties(); in doGetDeviceInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp133 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
348 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { in getSupportedDeviceProperties() function in MyMtpDatabase
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java707 private int[] getSupportedDeviceProperties() { in getSupportedDeviceProperties() method in MtpDatabase