Home
last modified time | relevance | path

Searched defs:aMaxSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dhistory_tracker.cpp527 uint16_t HistoryTracker::List::Add(uint16_t aMaxSize, Timestamp aTimestamps[]) in Add()
544 Error HistoryTracker::List::Iterate(uint16_t aMaxSize, in Iterate()
581 void HistoryTracker::List::UpdateAgedEntries(uint16_t aMaxSize, Timestamp aTimestamps[]) in UpdateAgedEntries()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dlogging_rtt.c101 static inline int logTimestamp(char *aLogString, uint16_t aMaxSize) in logTimestamp()
117 static inline int logLevel(char *aLogString, uint16_t aMaxSize, otLogLevel aLogLevel) in logLevel()
/aosp_15_r20/external/openthread/src/core/common/
H A Dtlvs.cpp59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv()
66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DMemory.c122 unsigned int aMaxSize // IN: The size of aInOut.buffer (max values for in MemoryConcat2B()
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp140 uint8_t Prefix::MatchLength(const uint8_t *aPrefixA, const uint8_t *aPrefixB, uint8_t aMaxSize) in MatchLength()
H A Dmdns.hpp579 void SetMaxMessageSize(uint16_t aMaxSize) { mMaxMessageSize = aMaxSize; } in SetMaxMessageSize()