Searched refs:getSupportedObjectProperties (Results 1 – 4 of 4) sorted by relevance
60 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format) = 0;
538 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); in doGetObjectPropsSupported()
639 private int[] getSupportedObjectProperties(int format) { in getSupportedObjectProperties() method in MtpDatabase683 int[] propertyList = getSupportedObjectProperties(format); in getObjectPropertyList()
120 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);317 MtpObjectPropertyList* MyMtpDatabase::getSupportedObjectProperties(MtpObjectFormat format) { in getSupportedObjectProperties() function in MyMtpDatabase