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

  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 386 &&(p_dlcb->next_rx_seq == p_dlcb->sent_ack_seq)
906 p_dlcb->next_rx_seq, p_dlcb->sent_ack_seq);
910 if (p_dlcb->next_rx_seq != send_seq)
913 send_seq, p_dlcb->next_rx_seq);
947 p_dlcb->next_rx_seq = (p_dlcb->next_rx_seq + 1) % LLCP_SEQ_MODULO;
    [all...]
llcp_util.c 746 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
778 UINT8_TO_BE_STREAM (p, (p_dlcb->next_tx_seq << 4) | p_dlcb->next_rx_seq);
814 if (p_dlcb->sent_ack_seq == p_dlcb->next_rx_seq)
849 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
870 p_dlcb->next_rx_seq,
872 p_dlcb->next_rx_seq, p_dlcb->sent_ack_seq);
  /bionic/libc/kernel/uapi/linux/
rds.h 70 uint64_t next_rx_seq; member in struct:rds_info_connection
  /development/ndk/platforms/android-L/include/linux/
rds.h 70 uint64_t next_rx_seq; member in struct:rds_info_connection
  /external/kernel-headers/original/uapi/linux/
rds.h 108 uint64_t next_rx_seq; member in struct:rds_info_connection
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
rds.h 70 uint64_t next_rx_seq; member in struct:rds_info_connection
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
rds.h 70 uint64_t next_rx_seq; member in struct:rds_info_connection
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
rds.h 70 uint64_t next_rx_seq; member in struct:rds_info_connection
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 187 UINT8 next_rx_seq; /* V(R), receive state variable */ member in struct:__anon28161

Completed in 432 milliseconds