HomeSort by relevance Sort by last modified time
    Searched defs:eof_callback (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 190 static FLAC__bool eof_callback(
242 FLAC__bool FLACParser::eof_callback( function in class:android::FLACParser
546 length_callback, eof_callback, write_callback,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 421 milliseconds