HomeSort by relevance Sort by last modified time
    Searched refs:rx_len (Results 1 - 7 of 7) sorted by null

  /device/google/contexthub/firmware/src/
nanohubCommand.c 112 static uint32_t getOsHwVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
124 static uint32_t getAppVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
138 static uint32_t queryAppInfo(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
293 static uint32_t startFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
570 static uint32_t firmwareChunk(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
575 uint8_t len = rx_len - sizeof(req->offset);
597 static uint32_t finishFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
606 static uint32_t getInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp)
612 if (rx_len == sizeof(struct NanohubGetInterruptRequest)) {
624 static uint32_t maskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp
    [all...]
hostIntf.c 431 uint8_t rx_len = hostIntfGetPayloadLen(mRxBuf); local
445 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp);
506 uint8_t rx_len = hostIntfGetPayloadLen(mRxBuf); local
508 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp);
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 60 size_t rx_len; member in struct:l2_packet_data
114 l2->rx_len = hdr->caplen;
117 l2->rx_len = hdr->caplen - sizeof(*ethhdr);
155 l2->rx_len);
l2_packet_ndis.c 282 size_t rx_len; local
290 rx_len = l2->rx_written;
293 rx_len = l2->rx_written - sizeof(*ethhdr);
297 l2->rx_callback(l2->rx_callback_ctx, rx_src, rx_buf, rx_len);
  /external/libpcap/
pcap-dos.c 225 int rx_len = 0; local
256 rx_len = (*dev->peek_rx_buf) (&rx_buf);
261 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot);
265 if (rx_len > 0) /* got a packet */
271 pcap.caplen = min (rx_len, p->snapshot);
272 pcap.len = rx_len;
318 if (rx_len < 0) /* receive error */
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 493 ULong rx_session_id = 0, rx_off = 0, rx_len = 0, rx_zdata_len = 0;
495 /* Pretty confusing. rx_sessionid, rx_off and rx_len are copies
500 its compressed length. Hence rx_len must equal len, but
504 &rx_len, &rx_data, &rx_zdata_len))
507 || rx_off != off || rx_len != len || rx_data == NULL)
    [all...]
  /system/bt/stack/include/
btm_api.h 1858 UINT8 rx_len; member in struct:__anon73797
    [all...]

Completed in 2715 milliseconds