Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h247 void RemoveCisFromStreamIfNeeded(LeAudioDevice* leAudioDevice,
Dstate_machine.cc717 group->RemoveCisFromStreamIfNeeded(leAudioDevice, conn_hdl); in ProcessHciNotifRemoveIsoDataPath()
792 group->RemoveCisFromStreamIfNeeded(leAudioDevice, ase.cis_conn_hdl); in ProcessHciNotifAclDisconnected()
1161 group->RemoveCisFromStreamIfNeeded(leAudioDevice, event->cis_conn_hdl); in ProcessHciNotifCisDisconnected()
3082 group->RemoveCisFromStreamIfNeeded(leAudioDevice, ase->cis_conn_hdl); in DisconnectCisIfNeeded()
Ddevice_groups.cc1741 void LeAudioDeviceGroup::RemoveCisFromStreamIfNeeded( in RemoveCisFromStreamIfNeeded() function in bluetooth::le_audio::LeAudioDeviceGroup