Home
last modified time | relevance | path

Searched refs:stack_iface (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession_2_1.cpp159 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()
DBluetoothAudioSession_2_1.h60 const sp<IBluetoothAudioPort> stack_iface,
DBluetoothAudioSession.cpp69 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()
DBluetoothAudioSession.h119 void OnSessionStarted(const sp<IBluetoothAudioPort> stack_iface,
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.h125 void OnSessionStarted(const std::shared_ptr<IBluetoothAudioPort> stack_iface,
DBluetoothAudioSession.cpp58 const std::shared_ptr<IBluetoothAudioPort> stack_iface, in OnSessionStarted() argument
62 if (stack_iface == nullptr) { in OnSessionStarted()
74 stack_iface_ = stack_iface; in OnSessionStarted()