Lines Matching refs:MtpResponseCode
339 MtpResponseCode ret = readResponse(); in openSession()
363 MtpResponseCode ret = readResponse(); in getDeviceInfo()
382 MtpResponseCode ret = readResponse(); in getStorageIDs()
398 MtpResponseCode ret = readResponse(); in getStorageInfo()
421 MtpResponseCode ret = readResponse(); in getObjectHandles()
439 MtpResponseCode ret = readResponse(); in getObjectInfo()
456 MtpResponseCode ret = readResponse(); in getThumbnail()
506 MtpResponseCode ret = readResponse(); in sendObjectInfo()
533 const MtpResponseCode ret = readResponse(); in sendObject()
545 MtpResponseCode ret = readResponse(); in deleteObject()
583 MtpResponseCode ret = readResponse(); in getObjectPropsSupported()
600 MtpResponseCode ret = readResponse(); in getDevicePropDesc()
621 const MtpResponseCode ret = readResponse(); in getObjectPropDesc()
890 MtpResponseCode MtpDevice::readResponse() { in readResponse()