Home
last modified time | relevance | path

Searched defs:aIndex (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/external/openthread/src/core/api/
H A Ddns_api.cpp134 uint16_t aIndex, in otDnsAddressResponseGetAddress()
166 uint16_t aIndex, in otDnsBrowseResponseGetServiceInstance()
186 uint16_t aIndex, in otDnsBrowseResponseGetHostAddress()
244 uint16_t aIndex, in otDnsServiceResponseGetHostAddress()
/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dmulticast_listeners_table.cpp164 void MulticastListenersTable::FixHeap(uint16_t aIndex) in FixHeap()
184 bool MulticastListenersTable::SiftHeapElemDown(uint16_t aIndex) in SiftHeapElemDown()
225 void MulticastListenersTable::SiftHeapElemUp(uint16_t aIndex) in SiftHeapElemUp()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Daviriff.h148 } aIndex[]; member
194 } aIndex[NUMINDEX (4)]; member
215 AVISTDINDEX_ENTRY aIndex[NUMINDEX (2)]; member
234 AVITIMEDINDEX_ENTRY aIndex[NUMINDEX (3)]; member
247 TIMECODEDATA aIndex[NUMINDEX (sizeof (TIMECODEDATA)/sizeof (LONG))]; member
267 AVITCDLINDEX_ENTRY aIndex[NUMINDEX (7)]; member
285 } aIndex[]; member
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dsettings.cpp241 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
333 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet()
431 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
H A Dbacktrace.cpp71 static void demangleSymbol(int aIndex, const char *aSymbol) in demangleSymbol()
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_client.cpp210 uint16_t aIndex, in FindHostAddress()
233 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord()
416 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress()
463 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance()
506 uint16_t aIndex, in GetHostAddress()
660 uint16_t aIndex, in GetHostAddress()
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp1120 template <typename IeType> Error Frame::AppendHeaderIeAt(uint8_t &aIndex) in AppendHeaderIeAt()
1132 Error Frame::InitIeHeaderAt(uint8_t &aIndex, uint8_t ieId, uint8_t ieContentSize) in InitIeHeaderAt()
1154 template <> void Frame::InitIeContentAt<TimeIe>(uint8_t &aIndex) in InitIeContentAt()
1162 template <> void Frame::InitIeContentAt<CslIe>(uint8_t &aIndex) { aIndex += sizeof(CslIe); } in InitIeContentAt()
1165 template <> void Frame::InitIeContentAt<Termination2Ie>(uint8_t &aIndex) { OT_UNUSED_VARIABLE(aInde… in InitIeContentAt()
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings_driver.hpp132 Error Delete(uint16_t aKey, int aIndex = -1) in Delete()
161 Error Get(uint16_t aKey, int aIndex, void *aValue, uint16_t *aValueLength) const in Get()
H A Dheap_array.hpp191 Type &operator[](IndexType aIndex) { return mArray[aIndex]; } in operator []()
216 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mArray[aIndex] : nullptr; } in At()
H A Darray.hpp242 Type &operator[](IndexType aIndex) { return mElements[aIndex]; } in operator []()
266 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At()
H A Dbit_vector.hpp88 void Set(uint16_t aIndex, bool aValue) in Set()
H A Dpool.hpp175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt()
/aosp_15_r20/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray()
209 static void map34IndexTo20(SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsettings_ram.c71 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
184 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dflash.cpp117 Error Flash::Get(uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength) const in Get()
258 Error Flash::Delete(uint16_t aKey, int aIndex) in Delete()
H A Dverhoeff_checksum.cpp44 uint8_t VerhoeffChecksum::Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]) in Lookup()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_diagnostic_tlvs.cpp98 void AnswerTlv::Init(uint16_t aIndex, bool aIsLast) in Init()
H A Drouter_table.hpp479 …void SetIndex(uint8_t aRouterId, uint8_t aIndex) { mIndexes[aRouterId] = kAllocatedFlag | aInde… in SetIndex()
H A Dchild.hpp344 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_ndproxy_table.cpp49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp468 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
496 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/aosp_15_r20/external/openthread/src/ncp/
H A Dchanged_props_set.hpp157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
/aosp_15_r20/external/skia/src/pathops/
H A DSkIntersections.cpp133 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DCharSequences.java55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
H A DCharSequences.java53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()

12345