Searched refs:Flush (Results 1 - 25 of 677) sorted by relevance

1234567891011>>

/external/chromium_org/media/formats/mp2t/
H A Dts_section.h30 // pipe). Flush might thus results in frame emission, as an example.
31 virtual void Flush() = 0;
H A Des_parser.h32 // Flush any pending buffer.
33 virtual void Flush() = 0;
H A Dts_section_pes.h27 virtual void Flush() OVERRIDE;
H A Dts_section_psi.h26 virtual void Flush() OVERRIDE;
/external/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h29 Flush ();
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java32 Flush();
45 public void Flush() throws IOException method in class:OutWindow
67 Flush();
75 Flush();
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file.h46 // Flush the memory-mapped section to disk (synchronously).
47 void Flush();
69 // Helper class for calling Flush() on exit from the current scope.
74 file_->Flush();
/external/lldb/source/Core/
H A DStreamFile.cpp62 StreamFile::Flush () function in class:StreamFile
64 m_file.Flush();
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.h26 void Flush();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Doutput_stream.h31 virtual void Flush() = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_dtmf_buffer.h25 MOCK_METHOD0(Flush,
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.h87 void Flush();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs65 Flush();
69 public void Flush() method in class:SevenZip.Compression.LZ.OutWindow
91 Flush();
99 Flush();
/external/sfntly/cpp/src/sfntly/port/
H A Doutput_stream.h31 virtual void Flush() = 0;
/external/lzma/CPP/7zip/UI/Console/
H A DUserInputUtils.cpp29 outStream->Flush();
69 outStream->Flush();
82 outStream->Flush();
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc148 void CommandBufferHelper::Flush() { function in class:gpu::CommandBufferHelper
156 command_buffer_->Flush(put_);
166 Flush();
170 // Calls Flush() and then waits until the buffer is empty. Break early if the
182 Flush();
230 Flush();
255 Flush();
276 // Try again with a shallow Flush().
277 Flush();
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc58 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon9693
62 return enter.SetResult(enter.object()->Flush(enter.callback()));
84 &Flush,
H A Dppb_graphics_2d_thunk.cc80 int32_t Flush(PP_Resource graphics_2d, struct PP_CompletionCallback callback) { function in namespace:ppapi::thunk::__anon9652
81 VLOG(4) << "PPB_Graphics2D::Flush()";
85 return enter.SetResult(enter.object()->Flush(enter.callback()));
111 &Flush
121 &Flush,
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.h39 virtual void Flush() = 0;
/external/chromium_org/content/renderer/
H A Dscoped_clipboard_writer_glue.cc21 context_->Flush(objects_);
/external/chromium_org/media/base/
H A Dmulti_channel_resampler.h41 // Flush all buffered data and reset internal indices. Not thread safe, do
43 void Flush();
/external/chromium_org/media/video/
H A Dmock_video_decode_accelerator.h32 MOCK_METHOD0(Flush, void());
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_decoder_dev.h43 * - 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, member in struct:PPB_VideoDecoder_Dev_0_16
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_dev.h39 int32_t Flush(const CompletionCallback& callback);
/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.h34 /// - 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
160 int32_t Flush(const CompletionCallback& callback);

Completed in 746 milliseconds

1234567891011>>