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

  /external/chromium_org/media/audio/
audio_input_controller.h 64 // SyncWriter::Close()
97 class SyncWriter {
99 virtual ~SyncWriter() {}
159 SyncWriter* sync_writer,
172 SyncWriter* sync_writer,
182 // Callbacks (EventHandler and SyncWriter) must exist until |closed_task|
219 SyncWriter* sync_writer,
278 // SyncWriter is used only in low-latency mode for synchronous writing.
279 SyncWriter* sync_writer_;
test_audio_input_controller_factory.cc 15 SyncWriter* sync_writer,
test_audio_input_controller_factory.h 60 SyncWriter* sync_writer,
audio_input_controller.cc 34 SyncWriter* sync_writer,
90 SyncWriter* sync_writer,
120 SyncWriter* sync_writer,
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.h 18 // A AudioInputController::SyncWriter implementation using SyncSocket. This
22 class AudioInputSyncWriter : public media::AudioInputController::SyncWriter {
29 // media::AudioOutputController::SyncWriter implementation.
audio_input_renderer_host.cc 38 scoped_ptr<media::AudioInputController::SyncWriter> writer;
254 // using a new SyncWriter object.
271 // If we have successfully created the SyncWriter then assign it to the

Completed in 79 milliseconds