HomeSort by relevance Sort by last modified time
    Searched refs:Flush (Results 26 - 50 of 730) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Console/
UserInputUtils.cpp 29 outStream->Flush();
69 outStream->Flush();
82 outStream->Flush();
  /external/chromium_org/ppapi/thunk/
ppb_video_decoder_dev_thunk.cc 58 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) {
62 return enter.SetResult(enter.object()->Flush(enter.callback()));
84 &Flush,
ppb_graphics_2d_api.h 34 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
ppb_graphics_2d_thunk.cc 80 int32_t Flush(PP_Resource graphics_2d, struct PP_CompletionCallback callback) {
81 VLOG(4) << "PPB_Graphics2D::Flush()";
85 return enter.SetResult(enter.object()->Flush(enter.callback()));
111 &Flush
121 &Flush,
ppb_video_decoder_api.h 33 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
  /external/regex-re2/util/
logging.h 54 void Flush() {
63 Flush();
79 Flush();
  /art/runtime/base/unix_file/
string_file.h 41 virtual int Flush();
  /external/chromium_org/content/browser/renderer_host/input/
input_router.h 29 virtual void Flush() = 0;
  /external/chromium_org/content/browser/speech/
audio_encoder.h 38 // Finish encoding and flush any pending encoded bits out.
39 virtual void Flush() = 0;
  /external/chromium_org/content/renderer/
scoped_clipboard_writer_glue.cc 21 context_->Flush(objects_);
  /external/chromium_org/media/base/
audio_renderer.h 59 virtual void Flush(const base::Closure& callback) = 0;
64 // Only valid to call after a successful Initialize() or Flush().
multi_channel_resampler.h 41 // Flush all buffered data and reset internal indices. Not thread safe, do
43 void Flush();
  /external/chromium_org/media/formats/mp2t/
ts_section_pes.h 27 virtual void Flush() OVERRIDE;
  /external/chromium_org/ppapi/c/dev/
ppb_video_decoder_dev.h 43 * - To signal EOS to the decoder: call Flush() and wait for NotifyFlushDone
122 * Flush input and output buffers in the decoder. Any pending inputs are
133 int32_t (*Flush)(PP_Resource video_decoder,
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_dev.h 39 int32_t Flush(const CompletionCallback& callback);
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 81 /// the context. This command has no effect until you call Flush(). As a
82 /// result, what counts is the contents of the bitmap when you call Flush,
109 /// the context. This command has no effect until you call Flush(). As a
110 /// result, what counts is the contents of the bitmap when you call Flush(),
149 /// function has no effect until you call Flush(). The data within the
178 /// Flush().
186 /// the next frame. It is best if you wait until the flush callback has
196 /// Flush() flushes any enqueued paint, scroll, and replace commands
201 /// Flush() runs in asynchronous mode. Specify a callback function and
204 /// screen. While you are waiting for a <code>Flush</code> callback
    [all...]
video_decoder.h 34 /// - Call Flush() to signal end of stream to the decoder and perform shutdown
107 /// Returns PP_ERROR_FAILED if the decoder isn't initialized or if a Flush()
132 /// Returns PP_ERROR_ABORTED when Reset() is called, or if a call to Flush()
145 /// Flushes the decoder. The plugin should call Flush() when it reaches the
153 /// the flush and should be recycled back to the decoder.
160 int32_t Flush(const CompletionCallback& callback);
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
table_builder.h 49 // Advanced operation: flush any buffered key/value pairs to file.
53 void Flush();
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
file_wrapper.h 55 // Flush any pending writes.
56 virtual int Flush() = 0;
76 // some time later. Call Flush() to force a write.
  /external/chromium_org/webkit/browser/fileapi/
file_stream_writer.h 76 // If the flush finished synchronously, it return net::OK. If the flush could
78 // is returned, and the callback will be run on the thread where Flush() was
79 // called when the flush has completed.
81 // It is invalid to call Flush while there is an in-flight async operation.
82 virtual int Flush(const net::CompletionCallback& callback) = 0;
  /external/lldb/include/lldb/Core/
StreamBuffer.h 45 Flush ()
  /external/lldb/source/Core/
StreamAsynchronousIO.cpp 34 StreamAsynchronousIO::Flush ()
  /external/lzma/CPP/Common/
StdOutStream.h 21 bool Flush();
  /external/webrtc/src/system_wrappers/source/
file_impl.h 38 virtual int Flush();
  /external/chromium_org/content/renderer/pepper/
resource_converter.h 40 // Returns true if Flush() needs to be called before using any vars created
44 // If NeedsFlush() is true then Flush() must be called before any vars created
47 virtual void Flush(const base::Callback<void(bool)>& callback) = 0;
74 virtual void Flush(const base::Callback<void(bool)>& callback) OVERRIDE;

Completed in 534 milliseconds

12 3 4 5 6 7 8 91011>>