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
142 writeLength(buf, data.length + 1);
/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;

Completed in 2745 milliseconds