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

/system/bt/udrv/include/
H A Duipc.h105 * Function UIPC_Read
112 uint32_t UIPC_Read(tUIPC_CH_ID ch_id, uint16_t* p_msg_evt, uint8_t* p_buf,
/system/bt/btif/src/
H A Dbtif_a2dp_control.cc61 n = UIPC_Read(UIPC_CH_ID_AV_CTRL, NULL, &read_cmd, 1);
226 if (UIPC_Read(UIPC_CH_ID_AV_CTRL, 0,
233 if (UIPC_Read(UIPC_CH_ID_AV_CTRL, 0,
240 if (UIPC_Read(UIPC_CH_ID_AV_CTRL, 0,
H A Dbtif_a2dp_source.cc682 uint32_t bytes_read = UIPC_Read(UIPC_CH_ID_AV_AUDIO, &event, p_buf, len);
/system/bt/udrv/ulinux/
H A Duipc.cc644 ** Function UIPC_Read
652 uint32_t UIPC_Read(tUIPC_CH_ID ch_id, UNUSED_ATTR uint16_t* p_msg_evt, function
659 BTIF_TRACE_ERROR("UIPC_Read : invalid ch id %d", ch_id);
664 BTIF_TRACE_ERROR("UIPC_Read : channel %d closed", ch_id);
703 BTIF_TRACE_WARNING("UIPC_Read : channel detached remotely");
710 BTIF_TRACE_WARNING("UIPC_Read : read failed (%s)", strerror(errno));

Completed in 83 milliseconds