Home
last modified time | relevance | path

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

/system/bt/udrv/include/
Duipc.h101 uint16_t msglen);
/system/core/adb/
Dfile_sync_service.h78 uint32_t msglen; member
Dfile_sync_service.cpp275 msg.status.msglen = 0; in handle_send_file()
352 msg.status.msglen = 0; in handle_send_link()
Dfile_sync_client.cpp502 std::vector<char> buf(msg.status.msglen + 1); in ReportCopyFailure()
503 if (!ReadFdExactly(fd, &buf[0], msg.status.msglen)) { in ReportCopyFailure()
508 buf[msg.status.msglen] = 0; in ReportCopyFailure()
/system/bt/udrv/ulinux/
Duipc.cc628 const uint8_t* p_buf, uint16_t msglen) { in UIPC_Send() argument
629 BTIF_TRACE_DEBUG("UIPC_Send : ch_id:%d %d bytes", ch_id, msglen); in UIPC_Send()
634 OSI_NO_INTR(ret = write(uipc_main.ch[ch_id].fd, p_buf, msglen)); in UIPC_Send()