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.java38 public static void writeLength(ByteArrayOutputStream buf, int length) { in writeLength() method in ResponseData
148 writeLength(buf, data.length + 1); in format()
DCatService.java674 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.txt43351 HSPLcom/android/org/bouncycastle/asn1/ASN1OutputStream;->writeLength(I)V