Searched defs:writeLength (Results 1 - 2 of 2) sorted by relevance

/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);
/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;

Completed in 84 milliseconds