Searched refs:getSupportedObjectProperties (Results 1 – 4 of 4) sorted by relevance
60 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format) = 0;
577 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); in doGetObjectPropsSupported()
694 private int[] getSupportedObjectProperties(int format) { in getSupportedObjectProperties() method in MtpDatabase743 int[] propertyList = getSupportedObjectProperties(format); in getObjectPropertyList()
133 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);331 MtpObjectPropertyList* MyMtpDatabase::getSupportedObjectProperties(MtpObjectFormat format) { in getSupportedObjectProperties() function in MyMtpDatabase