Home
last modified time | relevance | path

Searched defs:readLength (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Djsoncheckertest.cpp45 size_t readLength = fread(json, 1, length, fp); in ReadFile() local
H A Dfilestreamtest.cpp48 size_t readLength = fread(json_, 1, length_, fp); in SetUp() local
H A Dprettywritertest.cpp155 size_t readLength = fread(json, 1, size, fp); in TEST() local
H A Dencodedstreamtest.cpp73 size_t readLength = fread(buffer, 1, *outLength, fp); in ReadFile() local
/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/
H A DAssetDataSource.java88 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java466 int readLength; in receiveFile() local
H A DBluetoothOppObexClientSession.java450 int readLength = 0; in sendFile() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
H A DTunerTsStreamer.java111 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
H A DFileTsStreamer.java112 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java346 int read(@NonNull byte[] buffer, int offset, int readLength) throws IOException; in read()
1569 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
1898 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
1931 public int read(byte[] buffer, int offset, int readLength) { in read()
/aosp12/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp503 size_t readLength = 0; in itemize() local