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

  /external/chromium_org/remoting/host/setup/
native_messaging_reader.h 36 // |message_callback| for each received message, or |eof_callback| if
40 void Start(MessageCallback message_callback, base::Closure eof_callback);
native_messaging_reader.cc 147 base::Closure eof_callback) {
149 eof_callback_ = eof_callback;
  /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...]
metadata_iterators.c     [all...]
stream_encoder.c     [all...]
  /external/flac/include/FLAC/
stream_decoder.h     [all...]
  /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...]

Completed in 1540 milliseconds