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

/system/bt/udrv/include/
H A Duipc.h111 ** Function UIPC_Read
118 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
/system/bt/udrv/ulinux/
H A Duipc.c749 ** Function UIPC_Read
757 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len) function
767 BTIF_TRACE_ERROR("UIPC_Read : invalid ch id %d", ch_id);
773 BTIF_TRACE_ERROR("UIPC_Read : channel %d closed", ch_id);
777 //BTIF_TRACE_DEBUG("UIPC_Read : ch_id %d, len %d, fd %d, polltmo %d", ch_id, len,
810 BTIF_TRACE_EVENT("UIPC_Read : channel detached remotely");
819 BTIF_TRACE_EVENT("UIPC_Read : read failed (%s)", strerror(errno));
/system/bt/btif/src/
H A Dbtif_media_task.c419 n = UIPC_Read(UIPC_CH_ID_AV_CTRL, NULL, &cmd, 1);
2381 nb_byte_read = UIPC_Read(channel_id, &event,
2442 nb_byte_read = UIPC_Read(channel_id, &event, (UINT8 *)read_buffer, read_size);

Completed in 80 milliseconds