Searched refs:UIPC_Close (Results 1 – 5 of 5) sorted by relevance
104 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id);
61 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()
818 UIPC_Close(*a2dp_uipc, UIPC_CH_ID_AV_AUDIO); in btif_a2dp_source_audio_tx_stop_event()
152 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()
571 void UIPC_Close(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { in UIPC_Close() function