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