Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.cc144 in->bluetooth_input_->GetPresentationPosition( in in_calculate_starving_delay_ms()
151 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_calculate_starving_delay_ms()
883 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_set_sample_rate()
892 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_get_buffer_size()
900 if (in->bluetooth_input_->LoadAudioConfig(&audio_cfg)) { in in_get_channels()
901 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_get_channels()
905 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_get_channels()
915 if (in->bluetooth_input_->LoadAudioConfig(&audio_cfg)) { in in_get_format()
916 LOG(VERBOSE) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_get_format()
920 LOG(WARNING) << __func__ << ": state=" << in->bluetooth_input_->GetState() in in_get_format()
[all …]
Dstream_apis.h92 bluetooth_input_; member