Searched refs:UIPC_Close (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/udrv/include/
H A Duipc.h87 ** Function UIPC_Close
94 UDRV_API extern void UIPC_Close(tUIPC_CH_ID ch_id);
/external/libnfc-nci/src/udrv/include/
H A Duipc.h97 ** Function UIPC_Close
104 UDRV_API extern void UIPC_Close(tUIPC_CH_ID ch_id);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c472 UIPC_Close(UIPC_CH_ID_AV_CTRL);
1118 UIPC_Close(UIPC_CH_ID_AV_AUDIO);
1422 UIPC_Close(UIPC_CH_ID_ALL);
2425 UIPC_Close(UIPC_CH_ID_AV_AUDIO);
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c629 ** Function UIPC_Close
637 UDRV_API void UIPC_Close(tUIPC_CH_ID ch_id) function
639 BTIF_TRACE_DEBUG("UIPC_Close : ch_id %d", ch_id);
650 BTIF_TRACE_DEBUG("UIPC_Close : waiting for shutdown to complete");
652 BTIF_TRACE_DEBUG("UIPC_Close : shutdown complete");

Completed in 38 milliseconds