Home
last modified time | relevance | path

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

/system/bt/udrv/include/
Duipc.h104 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
/system/bt/btif/src/
Dbtif_a2dp_control.cc61 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_ALL); in btif_a2dp_control_cleanup()
76 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_AV_CTRL); in btif_a2dp_recv_ctrl_data()
Dbtif_a2dp_source.cc818 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO); in btif_a2dp_source_audio_tx_stop_event()
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc152 UIPC_Close(*uipc_hearing_aid, UIPC_CH_ID_AV_CTRL); in hearing_aid_recv_ctrl_data()
416 UIPC_Close(*uipc_hearing_aid, UIPC_CH_ID_ALL); in CleanUp()
/system/bt/udrv/ulinux/
Duipc.cc571 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close() function