Home
last modified time | relevance | path

Searched defs:writeLength (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java46 public static void writeLength(ByteArrayOutputStream buf, int length) { in writeLength() method in ResponseData
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java734 private void writeLength(int length, CodedOutputStreamMicro out) throws IOException { in writeLength() method in SapMessage
/aosp12/frameworks/av/media/mtp/
H A DMtpDevice.cpp787 int writeLength = 0; in readData() local