Searched refs:writeLength (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpDevice.cpp613 int writeLength = 0; local
629 if (!callback(writeBuffer, offset, writeLength, clientData)) {
636 offset += writeLength;
648 writeLength = read;
714 int writeLength = 0; local
730 if (write(fd, writeBuffer, writeLength) != writeLength) {
748 writeLength = read;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java38 public static void writeLength(ByteArrayOutputStream buf, int length) { method in class:ResponseData
142 writeLength(buf, data.length + 1);
H A DCatService.java462 ResponseData.writeLength(buf, lang.length());

Completed in 50 milliseconds