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.cpp562 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format);
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java677 private int[] getSupportedObjectProperties(int format) { method in class:MtpDatabase
724 int[] propertyList = getSupportedObjectProperties(format);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp127 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);
325 MtpObjectPropertyList* MyMtpDatabase::getSupportedObjectProperties(MtpObjectFormat format) { function in class:MyMtpDatabase
1223 method_getSupportedObjectProperties = env->GetMethodID(clazz, "getSupportedObjectProperties", "(I)[I");
1225 ALOGE("Can't find getSupportedObjectProperties");

Completed in 260 milliseconds