Home | History | Annotate | Download | only in mtp

Lines Matching refs:readData

361     if (!readData())
380 if (!readData())
396 if (!readData())
419 if (!readData())
437 if (!readData())
455 if (sendRequest(MTP_OPERATION_GET_THUMB) && readData()) {
581 if (!readData())
598 if (!readData())
619 if (!readData())
643 if (!readData())
696 return readData(callback, expectedLength, nullptr, clientData);
699 bool MtpDevice::readData(ReadObjectCallback callback,
822 return readData(callback, nullptr /* expected size */, writtenSize, clientData);
845 return readData(callback, nullptr /* expected size */, writtenSize, clientData);
868 bool MtpDevice::readData() {
871 ALOGV("readData returned %d\n", ret);