Lines Matching refs:MtpResponseCode
289 MtpResponseCode ret = readResponse(); in openSession()
313 MtpResponseCode ret = readResponse(); in getDeviceInfo()
330 MtpResponseCode ret = readResponse(); in getStorageIDs()
346 MtpResponseCode ret = readResponse(); in getStorageInfo()
367 MtpResponseCode ret = readResponse(); in getObjectHandles()
385 MtpResponseCode ret = readResponse(); in getObjectInfo()
400 MtpResponseCode ret = readResponse(); in getThumbnail()
449 MtpResponseCode ret = readResponse(); in sendObjectInfo()
482 MtpResponseCode ret = readResponse(); in sendObject()
492 MtpResponseCode ret = readResponse(); in deleteObject()
530 MtpResponseCode ret = readResponse(); in getObjectPropsSupported()
547 MtpResponseCode ret = readResponse(); in getDevicePropDesc()
566 MtpResponseCode ret = readResponse(); in getObjectPropDesc()
657 MtpResponseCode response = readResponse(); in readObject()
757 MtpResponseCode response = readResponse(); in readObject()
815 MtpResponseCode MtpDevice::readResponse() { in readResponse()