Home
last modified time | relevance | path

Searched refs:UpdateDataPath (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession.cpp79 } else if (!UpdateDataPath(dataMQ)) { in OnSessionStarted()
105 UpdateDataPath(nullptr); in OnSessionEnded()
164 bool BluetoothAudioSession::UpdateDataPath(const DataMQ::Descriptor* dataMQ) { in UpdateDataPath() function in android::bluetooth::audio::BluetoothAudioSession
DBluetoothAudioSession.h104 bool UpdateDataPath(const DataMQ::Descriptor* dataMQ);
DBluetoothAudioSession_2_1.cpp189 } else if (!audio_session->UpdateDataPath(dataMQ)) { in OnSessionStarted()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSession.h222 bool UpdateDataPath(const DataMQDesc* mq_desc);
DBluetoothAudioSession.cpp69 } else if (!UpdateDataPath(mq_desc)) { in OnSessionStarted()
89 UpdateDataPath(nullptr); in OnSessionEnded()
293 bool BluetoothAudioSession::UpdateDataPath(const DataMQDesc* mq_desc) { in UpdateDataPath() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession