Searched refs:getSupportedObjectProperties (Results 1 – 4 of 4) sorted by relevance
60 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format) = 0;
554 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); in doGetObjectPropsSupported()
709 private int[] getSupportedObjectProperties(int format) { in getSupportedObjectProperties() method in MtpDatabase754 int[] propertyList = getSupportedObjectProperties(format); in getObjectPropertyList()
127 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);324 MtpObjectPropertyList* MyMtpDatabase::getSupportedObjectProperties(MtpObjectFormat format) { in getSupportedObjectProperties() function in MyMtpDatabase