Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSession.cpp76 } else if (!UpdateDataPath(dataMQ)) { in OnSessionStarted()
102 UpdateDataPath(nullptr); in OnSessionEnded()
159 bool BluetoothAudioSession::UpdateDataPath(const DataMQ::Descriptor* dataMQ) { in UpdateDataPath() function in android::bluetooth::audio::BluetoothAudioSession
DBluetoothAudioSession.h103 bool UpdateDataPath(const DataMQ::Descriptor* dataMQ);
DBluetoothAudioSession_2_1.cpp167 } else if (!audio_session->UpdateDataPath(dataMQ)) { in OnSessionStarted()