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

/frameworks/av/media/mtp/
H A DMtpDatabase.h61 virtual MtpDevicePropertyList* getSupportedDeviceProperties() = 0;
H A DMtpServer.cpp444 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties();
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp128 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
343 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { function in class:MyMtpDatabase
1228 method_getSupportedDeviceProperties = env->GetMethodID(clazz, "getSupportedDeviceProperties", "()[I");
1230 ALOGE("Can't find getSupportedDeviceProperties");
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java699 private int[] getSupportedDeviceProperties() { method in class:MtpDatabase

Completed in 207 milliseconds