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

/frameworks/av/media/mtp/
H A DMtpDatabase.h60 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format) = 0;
H A DMtpServer.cpp538 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format);
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java634 private int[] getSupportedObjectProperties(int format) { method in class:MtpDatabase
678 int[] propertyList = getSupportedObjectProperties(format);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp120 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);
317 MtpObjectPropertyList* MyMtpDatabase::getSupportedObjectProperties(MtpObjectFormat format) { function in class:MyMtpDatabase
1151 method_getSupportedObjectProperties = env->GetMethodID(clazz, "getSupportedObjectProperties", "(I)[I");
1153 ALOGE("Can't find getSupportedObjectProperties");

Completed in 242 milliseconds