Searched refs:SyncWriter (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_input_controller.h67 // SyncWriter::Close()
131 class SyncWriter { class in class:media::AudioInputController
133 virtual ~SyncWriter() {}
191 SyncWriter* sync_writer,
204 SyncWriter* sync_writer,
214 // Callbacks (EventHandler and SyncWriter) must exist until |closed_task|
270 SyncWriter* sync_writer,
346 // SyncWriter is used only in low-latency mode for synchronous writing.
347 SyncWriter* sync_writer_;
H A Dtest_audio_input_controller_factory.cc15 SyncWriter* sync_writer,
H A Dtest_audio_input_controller_factory.h60 SyncWriter* sync_writer,
H A Daudio_input_controller.cc98 SyncWriter* sync_writer,
162 SyncWriter* sync_writer,
196 SyncWriter* sync_writer,
507 // Use SharedMemory and SyncSocket if the client has created a SyncWriter.
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_sync_writer.h25 // A AudioInputController::SyncWriter implementation using SyncSocket. This
29 class AudioInputSyncWriter : public media::AudioInputController::SyncWriter {
37 // media::AudioInputController::SyncWriter implementation.
H A Daudio_input_renderer_host.cc55 scoped_ptr<media::AudioInputController::SyncWriter> writer;
357 // using a new SyncWriter object.
377 // If we have successfully created the SyncWriter then assign it to the

Completed in 2587 milliseconds