Home
last modified time | relevance | path

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

/system/bt/udrv/include/
Duipc.h106 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
/system/bt/udrv/ulinux/
Duipc.c722 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len) in UIPC_Read() function
/system/bt/btif/src/
Dbtif_media_task.c553 n = UIPC_Read(UIPC_CH_ID_AV_CTRL, NULL, &cmd, 1); in btif_recv_ctrl_data()
2846 nb_byte_read = UIPC_Read(channel_id, &event, in btif_media_aa_read_feeding()
2910 nb_byte_read = UIPC_Read(channel_id, &event, (UINT8 *)read_buffer, read_size); in btif_media_aa_read_feeding()