Home
last modified time | relevance | path

Searched refs:writeLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DResponseData.java40 public static void writeLength(ByteArrayOutputStream buf, int length) { in writeLength() method in ResponseData
150 writeLength(buf, data.length + 1); in format()
DCatService.java686 ResponseData.writeLength(buf, lang.length()); in getPliResponse()
/frameworks/av/media/mtp/
DMtpDevice.cpp761 int writeLength = 0; in readData() local
769 writeLength = read; in readData()
773 const uint32_t nextOffset = offset + writeLength; in readData()
788 if (!callback(writeBuffer, offset, writeLength, clientData)) { in readData()
/frameworks/base/config/
Dboot-image-profile.txt25105 HSPLcom/android/org/bouncycastle/asn1/ASN1OutputStream;->writeLength(I)V