Searched refs:sync_writer_ (Results 1 – 2 of 2) sorted by relevance
41 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()
204 bool LowLatencyMode() const { return sync_writer_ != NULL; } in LowLatencyMode()279 SyncWriter* sync_writer_; variable