Searched refs:getSupportedCaptureFormats (Results 1 – 4 of 4) sorted by relevance
59 virtual MtpObjectFormatList* getSupportedCaptureFormats() = 0;
464 MtpObjectFormatList* captureFormats = mDatabase->getSupportedCaptureFormats(); in doGetDeviceInfo()
134 virtual MtpObjectFormatList* getSupportedCaptureFormats();328 MtpObjectFormatList* MtpDatabase::getSupportedCaptureFormats() { in getSupportedCaptureFormats() function in MtpDatabase1383 GET_METHOD_ID(getSupportedCaptureFormats, clazz, "()[I"); in register_android_mtp_MtpDatabase()
249 private int[] getSupportedCaptureFormats() { in getSupportedCaptureFormats() method in MtpDatabase