Home
last modified time | relevance | path

Searched refs:readLength (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/
DAssetDataSource.java88 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read() argument
96 ? readLength in read()
97 : (int) Math.min(mBytesRemaining, readLength); in read()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java475 int readLength = 0; in sendFile() local
487 readLength = readFully(a, buffer, outputBufferSize); in sendFile()
498 outputStream.write(buffer, 0, readLength); in sendFile()
500 position += readLength; in sendFile()
536 readLength = a.read(buffer, 0, outputBufferSize); in sendFile()
537 outputStream.write(buffer, 0, readLength); in sendFile()
547 position += readLength; in sendFile()
554 + readLength in sendFile()
DBluetoothOppObexServerSession.java524 int readLength; in receiveFile() local
533 readLength = is.read(b); in receiveFile()
535 if (readLength == -1) { in receiveFile()
540 os.write(b, 0, readLength); in receiveFile()
541 position += readLength; in receiveFile()
550 + readLength in receiveFile()
/packages/modules/Media/apex/framework/java/android/media/
DMediaParser.java347 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read() argument
1570 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument
1571 return mInputReader.read(buffer, offset, readLength); in read()
1899 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument
1901 readBytes = mDataReader.read(buffer, offset, readLength); in read()
1932 public int read(byte[] buffer, int offset, int readLength) { in read() argument
1933 mByteArray.readBytes(buffer, offset, readLength); in read()
1934 mCurrentPosition += readLength; in read()
1935 return readLength; in read()
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTunerTsStreamer.java111 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument
117 readLength); in read()
DFileTsStreamer.java112 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() argument
118 readLength); in read()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3197 Landroid/icu/text/Edits$Iterator;->readLength(I)I