Lines Matching refs:readResponse
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()
628 MtpResponseCode ret = readResponse(); in setDevicePropValueStr()
647 const MtpResponseCode ret = readResponse(); in getObjectPropDesc()
671 if (readResponse() != MTP_RESPONSE_OK) in getObjectPropValue()
826 return readResponse() == MTP_RESPONSE_OK; in readData()
916 MtpResponseCode MtpDevice::readResponse() { in readResponse() function in android::MtpDevice
959 const int readSize = mEventPacket.readResponse(mRequestIntr->dev); in reapEventRequest()