Lines Matching defs:read
366 if (info->read(mData))
401 if (info->read(mData))
442 if (info->read(mData))
603 if (property->read(mData))
624 if (property->read(mData))
692 ALOGE("Failed to send a read request.");
704 ALOGE("Failed to read header.");
759 // Wait for previous read to complete.
763 const int read = mData.readDataWait(mDevice);
764 if (read < 0) {
769 writeLength = read;
772 // Request to read next chunk.
775 // Queue up a read request.
816 ALOGE("Failed to send a read request.");
819 // The expected size is null because it requires the exact number of bytes to read though
839 ALOGE("Failed to send a read request.");
842 // The expected size is null because it requires the exact number of bytes to read though
870 int ret = mData.read(mRequestIn1);
896 int ret = mResponse.read(mRequestIn1);
900 ret = mResponse.read(mRequestIn1);