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

/system/bt/udrv/include/
H A Duipc.h99 ** Function UIPC_Read
106 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
/system/bt/udrv/ulinux/
H A Duipc.c714 ** Function UIPC_Read
722 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len) function
731 BTIF_TRACE_ERROR("UIPC_Read : invalid ch id %d", ch_id);
737 BTIF_TRACE_ERROR("UIPC_Read : channel %d closed", ch_id);
741 //BTIF_TRACE_DEBUG("UIPC_Read : ch_id %d, len %d, fd %d, polltmo %d", ch_id, len,
784 BTIF_TRACE_WARNING("UIPC_Read : channel detached remotely");
793 BTIF_TRACE_WARNING("UIPC_Read : read failed (%s)", strerror(errno));
/system/bt/btif/src/
H A Dbtif_media_task.c553 n = UIPC_Read(UIPC_CH_ID_AV_CTRL, NULL, &cmd, 1);
2846 nb_byte_read = UIPC_Read(channel_id, &event,
2910 nb_byte_read = UIPC_Read(channel_id, &event, (UINT8 *)read_buffer, read_size);

Completed in 200 milliseconds