Searched refs:cause (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | bluetooth_a2dp_src_observer.cpp | 25 int state, int cause)
in OnConnectionStateChanged() 29 callbacks_->OnConnectionStateChanged(device, state, cause);
in OnConnectionStateChanged() 24 OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, int state, int cause) OnConnectionStateChanged() argument
|
H A D | bluetooth_a2dp_audio_src_observer_stub.cpp | 66 int cause = data.ReadInt32();
in OnConnectionStateChangedInner() local 68 OnConnectionStateChanged(RawAddress(addr), state, cause);
in OnConnectionStateChangedInner() local
|
H A D | audio_bluetooth_manager.cpp | 67 static void AudioOnConnectionStateChanged(const RawAddress &device, int state, int cause)
in AudioOnConnectionStateChanged() argument 71 (void) cause;
in AudioOnConnectionStateChanged()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | bluetooth_a2dp_src_observer.h | 27 void OnConnectionStateChanged(const OHOS::bluetooth::RawAddress &device, int state, int cause);
|
H A D | audio_bluetooth_manager.h | 35 void (*OnConnectionStateChanged)(const RawAddress &device, int state, int cause);
|
Completed in 2 milliseconds