/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 186 static FLAC__bool eof_callback( 238 FLAC__bool FLACParser::eof_callback( function in class:android::FLACParser 543 length_callback, eof_callback, write_callback,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 879 text.bind("<<end-of-file>>", self.eof_callback) 1100 def eof_callback(self, event): member in class:PyShell [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 879 text.bind("<<end-of-file>>", self.eof_callback) 1100 def eof_callback(self, event): member in class:PyShell [all...] |
/external/flac/libFLAC/ |
stream_decoder.c | 135 FLAC__StreamDecoderEofCallback eof_callback; member in struct:FLAC__StreamDecoderPrivate 352 FLAC__StreamDecoderEofCallback eof_callback, 374 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) 438 decoder->private_->eof_callback = eof_callback; 466 FLAC__StreamDecoderEofCallback eof_callback, 479 eof_callback, 494 FLAC__StreamDecoderEofCallback eof_callback, 507 eof_callback, [all...] |