Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.cc71 if (out->bluetooth_output_->GetPresentationPosition( in out_calculate_feeding_delay_ms()
81 LOG(INFO) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_calculate_feeding_delay_ms()
96 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_calculate_feeding_delay_ms()
99 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_calculate_feeding_delay_ms()
203 if (out->bluetooth_output_->LoadAudioConfig(&audio_cfg)) { in out_get_sample_rate()
204 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_get_sample_rate()
208 LOG(WARNING) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_get_sample_rate()
216 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_set_sample_rate()
225 LOG(VERBOSE) << __func__ << ": state=" << out->bluetooth_output_->GetState() in out_get_buffer_size()
234 if (out->bluetooth_output_->LoadAudioConfig(&audio_cfg)) { in out_get_channels()
[all …]
Dstream_apis.h58 bluetooth_output_; member