Home
last modified time | relevance | path

Searched refs:UIPC_CH_ID_ALL (Results 1 – 4 of 4) sorted by relevance

/system/bt/udrv/include/
Duipc.h27 #define UIPC_CH_ID_ALL 3 /* used to address all the ch id at once */ macro
/system/bt/btif/src/
Dbtif_a2dp_control.cc61 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_ALL); in btif_a2dp_control_cleanup()
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc429 UIPC_Close(*uipc_hearing_aid, UIPC_CH_ID_ALL); in CleanUp()
/system/bt/udrv/ulinux/
Duipc.cc575 if (ch_id != UIPC_CH_ID_ALL) { in UIPC_Close()