Lines Matching refs:readResponse
289 MtpResponseCode ret = readResponse(); in openSession()
313 MtpResponseCode ret = readResponse(); in getDeviceInfo()
332 MtpResponseCode ret = readResponse(); in getStorageIDs()
348 MtpResponseCode ret = readResponse(); in getStorageInfo()
371 MtpResponseCode ret = readResponse(); in getObjectHandles()
389 MtpResponseCode ret = readResponse(); in getObjectInfo()
406 MtpResponseCode ret = readResponse(); in getThumbnail()
455 MtpResponseCode ret = readResponse(); in sendObjectInfo()
488 MtpResponseCode ret = readResponse(); in sendObject()
498 MtpResponseCode ret = readResponse(); in deleteObject()
536 MtpResponseCode ret = readResponse(); in getObjectPropsSupported()
553 MtpResponseCode ret = readResponse(); in getDevicePropDesc()
574 MtpResponseCode ret = readResponse(); in getObjectPropDesc()
667 MtpResponseCode response = readResponse(); in readObject()
767 MtpResponseCode response = readResponse(); in readObject()
825 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice