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

/frameworks/av/media/mtp/
H A DIMtpDatabase.h61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
H A DMtpServer.cpp456 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp136 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
364 MtpDevicePropertyList* MtpDatabase::getSupportedDeviceProperties() { function in class:MtpDatabase
1378 GET_METHOD_ID(getSupportedDeviceProperties, clazz, "()[I");
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java217 private int[] getSupportedDeviceProperties() { method in class:MtpDatabase

Completed in 86 milliseconds