Searched refs:stack_iface (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSession_2_1.cpp | 159 const sp<IBluetoothAudioPort> stack_iface, const DataMQ::Descriptor* dataMQ, in OnSessionStarted() argument 179 audio_session->OnSessionStarted(stack_iface, dataMQ, config); in OnSessionStarted() 182 if (stack_iface == nullptr) { in OnSessionStarted() 197 audio_session->stack_iface_ = stack_iface; in OnSessionStarted()
|
D | BluetoothAudioSession_2_1.h | 60 const sp<IBluetoothAudioPort> stack_iface,
|
D | BluetoothAudioSession.cpp | 69 const sp<IBluetoothAudioPort> stack_iface, const DataMQ::Descriptor* dataMQ, in OnSessionStarted() argument 72 if (stack_iface == nullptr) { in OnSessionStarted() 87 stack_iface_ = stack_iface; in OnSessionStarted()
|
D | BluetoothAudioSession.h | 119 void OnSessionStarted(const sp<IBluetoothAudioPort> stack_iface,
|
/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothAudioSession.h | 125 void OnSessionStarted(const std::shared_ptr<IBluetoothAudioPort> stack_iface,
|
D | BluetoothAudioSession.cpp | 58 const std::shared_ptr<IBluetoothAudioPort> stack_iface, in OnSessionStarted() argument 62 if (stack_iface == nullptr) { in OnSessionStarted() 74 stack_iface_ = stack_iface; in OnSessionStarted()
|