Searched refs:readLength (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WspTypeDecoder.java | 442 int readLength = mDataLength; 449 mDataLength += readLength; 458 int readLength = mDataLength; 464 mDataLength += readLength;
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 503 size_t readLength = 0; in itemize() local 504 U16_NEXT(string, readLength, string_size, nextCh); in itemize() 512 nextUtf16Pos = readLength; in itemize() 513 if (readLength < string_size) { in itemize() 514 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaParser.java | 346 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read() argument 1569 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 1570 return mInputReader.read(buffer, offset, readLength); in read() 1898 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument 1900 readBytes = mDataReader.read(buffer, offset, readLength); in read() 1931 public int read(byte[] buffer, int offset, int readLength) { in read() argument 1932 mByteArray.readBytes(buffer, offset, readLength); in read() 1933 mCurrentPosition += readLength; in read() 1934 return readLength; in read()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23374 HSPLcom/android/org/bouncycastle/asn1/ASN1InputStream;->readLength()I
|