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

  /external/chromium_org/media/audio/
audio_input_controller.h 204 bool LowLatencyMode() const { return sync_writer_ != NULL; }
279 SyncWriter* sync_writer_; member in class:media::AudioInputController
audio_input_controller.cc 41 sync_writer_(sync_writer),
257 sync_writer_->Close();
355 sync_writer_->Write(data, size, volume, key_pressed);
356 sync_writer_->UpdateRecordedBytes(hardware_delay_bytes);

Completed in 27 milliseconds