Searched refs:readCallback (Results 1 – 7 of 7) sorted by relevance
/external/flac/fuzzer/ |
D | flac_dec_fuzzer.cpp | 41 FLAC__StreamDecoderReadStatus readCallback(FLAC__byte buffer[], size_t *bytes); 60 return client->readCallback(buffer, bytes); in initDecoder() 89 FLAC__StreamDecoderReadStatus Codec::readCallback(FLAC__byte buffer[], size_t *bytes) { in readCallback() function in Codec
|
/external/exoplayer/tree/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 58 ->readCallback(buffer, bytes); in read_callback() 108 FLAC__StreamDecoderReadStatus FLACParser::readCallback(FLAC__byte buffer[], in readCallback() function in FLACParser
|
/external/oss-fuzz/projects/flac/ |
D | fuzzer_exo.cpp | 48 ->readCallback(buffer, bytes); in read_callback() 98 FLAC__StreamDecoderReadStatus FLACParser::readCallback(FLAC__byte buffer[], in readCallback() function in FLACParser
|
/external/exoplayer/tree/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 171 FLAC__StreamDecoderReadStatus readCallback(FLAC__byte buffer[],
|
/external/protobuf/js/binary/ |
D | reader_test.js | 901 function readCallback(reader) { function 917 reader.registerReadCallback('readCallback', readCallback);
|
/external/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | reader_test.js | 886 function readCallback(reader) { function 902 reader.registerReadCallback('readCallback', readCallback);
|
/external/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | reader_test.js | 886 function readCallback(reader) { function 902 reader.registerReadCallback('readCallback', readCallback);
|