Home
last modified time | relevance | path

Searched refs:AudioHfpListener (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h94 class AudioHfpListener : public HandsFreeAudioGatewayObserver { class
96 AudioHfpListener() = default;
97 virtual ~AudioHfpListener() = default;
107 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AudioHfpListener);
137 static std::shared_ptr<AudioHfpListener> hfpListener_;
H A Daudio_bluetooth_manager.cpp38 std::shared_ptr<AudioHfpListener> AudioHfpManager::hfpListener_ = std::make_shared<AudioHfpListener>();
641 void AudioHfpListener::OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) in OnScoStateChanged()
643 AUDIO_INFO_LOG("AudioHfpListener::OnScoStateChanged: state:[%{public}d] reason:[%{public}d] device:[%{public}s]", in OnScoStateChanged()
667 void AudioHfpListener::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged()
669 AUDIO_INFO_LOG("AudioHfpListener::OnConnectionStateChanged: state: %{public}d", state); in OnConnectionStateChanged()
687 void AudioHfpListener::OnHfpStackChanged(const BluetoothRemoteDevice &device, int action) in OnHfpStackChanged()
694 void AudioHfpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged()
696 AUDIO_INFO_LOG("AudioHfpListener: action: %{public}d", action); in OnVirtualDeviceChanged()

Completed in 3 milliseconds