Searched defs:getSupportedObjectProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java635 private int[] getSupportedObjectProperties(int format) { method in class:MtpDatabase
679 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
1149 method_getSupportedObjectProperties = env->GetMethodID(clazz, "getSupportedObjectProperties", "(I)[I");
1151 LOGE("Can't find getSupportedObjectProperties");

Completed in 74 milliseconds