Searched refs:aMinRecordSize (Results 1 – 2 of 2) sorted by relevance
860 uint16_t aMinRecordSize) in FindRecord() argument883 error = ReadRecord(aMessage, offset, aType, aRecord, aMinRecordSize); in FindRecord()916 uint16_t aMinRecordSize) in ReadRecord() argument929 … if (((aType == kTypeAny) || (record.GetType() == aType)) && (record.GetSize() >= aMinRecordSize)) in ReadRecord()931 IgnoreError(aMessage.Read(aOffset, &aRecord, aMinRecordSize)); in ReadRecord()932 aOffset += aMinRecordSize; in ReadRecord()
1504 uint16_t aMinRecordSize);1510 uint16_t aMinRecordSize);