Home
last modified time | relevance | path

Searched refs:BluetoothA2dpSrcObserver (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_a2dp_src_observer.h22 class BluetoothA2dpSrcObserver : public OHOS::Bluetooth::BluetoothA2dpAudioSrcObserverStub {
24BluetoothA2dpSrcObserver(OHOS::Bluetooth::BtA2dpAudioCallback *callbacks) : callbacks_(callbacks) … in BluetoothA2dpSrcObserver() function
25 ~BluetoothA2dpSrcObserver() {}; in ~BluetoothA2dpSrcObserver()
35 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothA2dpSrcObserver);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dbluetooth_a2dp_src_observer.cpp24 void BluetoothA2dpSrcObserver::OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, in OnConnectionStateChanged()
33 void BluetoothA2dpSrcObserver::OnPlayingStatusChanged( in OnPlayingStatusChanged()
42 void BluetoothA2dpSrcObserver::OnConfigurationChanged in OnConfigurationChanged()
51 void BluetoothA2dpSrcObserver::OnMediaStackChanged(const OHOS::bluetooth::RawAddress &device, int a… in OnMediaStackChanged()
H A Daudio_bluetooth_manager.cpp67 static sptr<BluetoothA2dpSrcObserver> g_btA2dpSrcObserverCallbacks = nullptr;
171 g_btA2dpSrcObserverCallbacks = new (std::nothrow) BluetoothA2dpSrcObserver(&g_hdiCallbacks); in RegisterObserver()