Searched defs:readLength (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | jsoncheckertest.cpp | 45 size_t readLength = fread(json, 1, length, fp); in ReadFile() local
|
H A D | filestreamtest.cpp | 48 size_t readLength = fread(json_, 1, length_, fp); in SetUp() local
|
H A D | prettywritertest.cpp | 155 size_t readLength = fread(json, 1, size, fp); in TEST() local
|
H A D | encodedstreamtest.cpp | 73 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 D | AssetDataSource.java | 88 public int read(byte[] buffer, int offset, int readLength) throws AssetDataSourceException { in read()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppObexServerSession.java | 466 int readLength; in receiveFile() local
|
H A D | BluetoothOppObexClientSession.java | 450 int readLength = 0; in sendFile() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | TunerTsStreamer.java | 111 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
H A D | FileTsStreamer.java | 112 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaParser.java | 346 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 D | FontCollection.cpp | 503 size_t readLength = 0; in itemize() local
|