Home
last modified time | relevance | path

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

/system/bt/udrv/include/
Duipc.h29 typedef UINT8 tUIPC_CH_ID; typedef
49 typedef void (tUIPC_RCV_CBACK)(tUIPC_CH_ID ch_id, tUIPC_EVENT event); /* points to BT_HDR which des…
73 BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback);
84 void UIPC_Close(tUIPC_CH_ID ch_id);
96 BOOLEAN UIPC_SendBuf(tUIPC_CH_ID ch_id, BT_HDR *p_msg);
107 BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, UINT16 msglen);
118 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
129 BOOLEAN UIPC_Ioctl(tUIPC_CH_ID ch_id, UINT32 request, void *param);
/system/bt/udrv/ulinux/
Duipc.c118 static int uipc_close_ch_locked(tUIPC_CH_ID ch_id);
281 static int uipc_check_fd_locked(tUIPC_CH_ID ch_id) in uipc_check_fd_locked()
344 static int uipc_setup_server_locked(tUIPC_CH_ID ch_id, char *name, tUIPC_RCV_CBACK *cback) in uipc_setup_server_locked()
380 static void uipc_flush_ch_locked(tUIPC_CH_ID ch_id) in uipc_flush_ch_locked()
420 static void uipc_flush_locked(tUIPC_CH_ID ch_id) in uipc_flush_locked()
438 static int uipc_close_ch_locked(tUIPC_CH_ID ch_id) in uipc_close_ch_locked()
477 void uipc_close_locked(tUIPC_CH_ID ch_id) in uipc_close_locked()
611 BOOLEAN UIPC_Open(tUIPC_CH_ID ch_id, tUIPC_RCV_CBACK *p_cback) in UIPC_Open()
656 void UIPC_Close(tUIPC_CH_ID ch_id) in UIPC_Close()
685 BOOLEAN UIPC_SendBuf(tUIPC_CH_ID ch_id, BT_HDR *p_msg) in UIPC_SendBuf()
[all …]
/system/bt/btif/src/
Dbtif_media_task.c260 static void btif_a2dp_data_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
261 static void btif_a2dp_ctrl_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event);
542 static void btif_a2dp_ctrl_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event) in btif_a2dp_ctrl_cb()
571 static void btif_a2dp_data_cb(tUIPC_CH_ID ch_id, tUIPC_EVENT event) in btif_a2dp_data_cb()
2341 BOOLEAN btif_media_aa_read_feeding(tUIPC_CH_ID channel_id) in btif_media_aa_read_feeding()