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

/frameworks/av/media/mtp/
H A DMtpDevice.cpp632 int writeLength = 0; local
648 if (!callback(writeBuffer, offset, writeLength, clientData)) {
655 offset += writeLength;
667 writeLength = read;
733 int writeLength = 0; local
749 if (write(fd, writeBuffer, writeLength) != writeLength) {
767 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
148 writeLength(buf, data.length + 1);
H A DCatService.java649 ResponseData.writeLength(buf, lang.length());

Completed in 5779 milliseconds