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|
250 SyncWriter* sync_writer,
314 // SyncWriter is used only in low-latency mode for synchronous writing.
315 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.cc56 SyncWriter* sync_writer,
112 SyncWriter* sync_writer,
142 SyncWriter* sync_writer,
406 // 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.cc41 scoped_ptr<media::AudioInputController::SyncWriter> writer;
301 // using a new SyncWriter object.
319 // If we have successfully created the SyncWriter then assign it to the

Completed in 204 milliseconds