/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 186 static FLAC__bool eof_callback( 238 FLAC__bool FLACParser::eof_callback( function in class:android::FLACParser 522 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 | 158 FLAC__StreamDecoderEofCallback eof_callback; member in struct:FLAC__StreamDecoderPrivate 378 FLAC__StreamDecoderEofCallback eof_callback, 400 (seek_callback && (0 == tell_callback || 0 == length_callback || 0 == eof_callback)) 462 decoder->private_->eof_callback = eof_callback; 490 FLAC__StreamDecoderEofCallback eof_callback, 503 eof_callback, 518 FLAC__StreamDecoderEofCallback eof_callback, 531 eof_callback, [all...] |