Searched refs:readObjectInternal (Results 1 – 2 of 2) sorted by relevance
154 bool readObjectInternal(MtpObjectHandle handle,
681 return readObjectInternal(handle, callback, &expectedLength, clientData); in readObject()706 return readObjectInternal(handle, writeToFd, NULL /* expected size */, &fd); in readObject()709 bool MtpDevice::readObjectInternal(MtpObjectHandle handle, in readObjectInternal() function in android::MtpDevice