Home | History | Annotate | Download | only in mtp

Lines Matching refs:readResponse

324     MtpResponseCode ret = readResponse();
348 MtpResponseCode ret = readResponse();
367 MtpResponseCode ret = readResponse();
383 MtpResponseCode ret = readResponse();
406 MtpResponseCode ret = readResponse();
424 MtpResponseCode ret = readResponse();
441 MtpResponseCode ret = readResponse();
491 MtpResponseCode ret = readResponse();
528 MtpResponseCode ret = readResponse();
538 MtpResponseCode ret = readResponse();
576 MtpResponseCode ret = readResponse();
593 MtpResponseCode ret = readResponse();
614 const MtpResponseCode ret = readResponse();
638 if (readResponse() != MTP_RESPONSE_OK)
785 return readResponse() == MTP_RESPONSE_OK;
870 ALOGV("readResponse failed\n");
881 MtpResponseCode MtpDevice::readResponse() {
882 ALOGV("readResponse\n");
896 ALOGD("readResponse failed\n");
924 const int readSize = mEventPacket.readResponse(mRequestIntr->dev);