Home
last modified time | relevance | path

Searched defs:seqNo (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DRtNetlinkNeighborMessage.java99 public static byte[] newGetNeighborsRequest(int seqNo) { in newGetNeighborsRequest()
123 int seqNo, InetAddress ip, short nudState, int ifIndex, byte[] llAddr) { in newNewNeighborMessage()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java169 final int seqNo = 2635; in testCreateRtmNewNeighMessage() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dtunnel_test_sensor.c54 uint32_t seqNo; // Optional sequence number of the frame member
H A Dtunnel_test.c52 uint32_t seqNo; /*!< Optional sequence number of the frame */ member
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEseProto7816_3.h122 uint8_t seqNo; /*!< I-frame: Sequence number of the I-frame */ member
151 uint8_t seqNo; /*!< R-frame: Sequence number of the expected I-frame */ member
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DSyncRtSurfaceTransactionApplierCompat.java82 private void onApplyMessage(int seqNo) { in onApplyMessage()
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEseProto7816_3.h132 uint8_t seqNo; /*!< I-frame: Sequence number of the I-frame */ member
170 uint8_t seqNo; /*!< R-frame: Sequence number of the expected I-frame */ member
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dadnc_strm.c54 uint32_t seqNo; // Optional sequence number of the frame member
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp638 const int32_t seqNo = it->int32Data(); in pickStartSeq() local
H A DAHEVCAssembler.cpp649 const int32_t seqNo = it->int32Data(); in pickStartSeq() local
H A DARTPWriter.cpp127 int remotePort, uint32_t seqNo) in ARTPWriter()