Home
last modified time | relevance | path

Searched refs:sync_writer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/audio/
Daudio_input_controller.cc41 sync_writer_(sync_writer), in AudioInputController()
257 sync_writer_->Close(); in DoClose()
355 sync_writer_->Write(data, size, volume, key_pressed); in OnData()
356 sync_writer_->UpdateRecordedBytes(hardware_delay_bytes); in OnData()
Daudio_input_controller.h204 bool LowLatencyMode() const { return sync_writer_ != NULL; } in LowLatencyMode()
279 SyncWriter* sync_writer_; variable