Lines Matching refs:readResponse
298 MtpResponseCode ret = readResponse(); in openSession()
322 MtpResponseCode ret = readResponse(); in getDeviceInfo()
341 MtpResponseCode ret = readResponse(); in getStorageIDs()
357 MtpResponseCode ret = readResponse(); in getStorageInfo()
380 MtpResponseCode ret = readResponse(); in getObjectHandles()
398 MtpResponseCode ret = readResponse(); in getObjectInfo()
415 MtpResponseCode ret = readResponse(); in getThumbnail()
464 MtpResponseCode ret = readResponse(); in sendObjectInfo()
497 MtpResponseCode ret = readResponse(); in sendObject()
507 MtpResponseCode ret = readResponse(); in deleteObject()
545 MtpResponseCode ret = readResponse(); in getObjectPropsSupported()
562 MtpResponseCode ret = readResponse(); in getDevicePropDesc()
583 MtpResponseCode ret = readResponse(); in getObjectPropDesc()
676 MtpResponseCode response = readResponse(); in readObject()
776 MtpResponseCode response = readResponse(); in readObject()
834 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice