Searched refs:msglen (Results 1 - 5 of 5) sorted by relevance

/system/bt/udrv/include/
H A Duipc.h95 BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, UINT16 msglen);
/system/core/adb/
H A Dfile_sync_service.h62 uint32_t msglen; member in struct:syncmsg::__anon1490
H A Dfile_sync_service.cpp218 msg.status.msglen = 0;
295 msg.status.msglen = 0;
H A Dfile_sync_client.cpp288 std::vector<char> buf(msg.status.msglen + 1);
289 if (!ReadFdExactly(fd, &buf[0], msg.status.msglen)) {
294 buf[msg.status.msglen] = 0;
/system/bt/udrv/ulinux/
H A Duipc.c693 UINT16 msglen)
697 BTIF_TRACE_DEBUG("UIPC_Send : ch_id:%d %d bytes", ch_id, msglen);
702 OSI_NO_INTR(ret = write(uipc_main.ch[ch_id].fd, p_buf, msglen));
692 UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, UINT16 msglen) argument

Completed in 143 milliseconds