Searched refs:AudioA2dpListener (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 34 class AudioA2dpListener : public A2dpSourceObserver { class 36 AudioA2dpListener() = default; 37 virtual ~AudioA2dpListener() = default; 46 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(AudioA2dpListener); 87 static std::shared_ptr<AudioA2dpListener> a2dpListener_;
|
H A D | audio_bluetooth_manager.cpp | 33 std::shared_ptr<AudioA2dpListener> AudioA2dpManager::a2dpListener_ = std::make_shared<AudioA2dpListener>(); 309 void AudioA2dpListener::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() 311 AUDIO_INFO_LOG("AudioA2dpListener OnConnectionStateChanged: state: %{public}d", state); in OnConnectionStateChanged() 325 void AudioA2dpListener::OnConfigurationChanged(const BluetoothRemoteDevice &device, const A2dpCodecInfo &codecInfo, in OnConfigurationChanged() 336 void AudioA2dpListener::OnPlayingStatusChanged(const BluetoothRemoteDevice &device, int playingState, int error) in OnPlayingStatusChanged() 344 void AudioA2dpListener::OnMediaStackChanged(const BluetoothRemoteDevice &device, int action) in OnMediaStackChanged() 350 void AudioA2dpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() 352 AUDIO_INFO_LOG("AudioA2dpListener: action: %{public}d", action); in OnVirtualDeviceChanged()
|
Completed in 3 milliseconds