Home
last modified time | relevance | path

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

12

/external/openthread/src/core/backbone_router/
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()
/external/openthread/src/core/api/
Ddns_api.cpp114 uint16_t aIndex, in otDnsAddressResponseGetAddress()
142 uint16_t aIndex, in otDnsBrowseResponseGetServiceInstance()
158 uint16_t aIndex, in otDnsBrowseResponseGetHostAddress()
194 uint16_t aIndex, in otDnsServiceResponseGetHostAddress()
/external/openthread/src/core/common/
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()
Dbit_vector.hpp87 void Set(uint16_t aIndex, bool aValue) in Set()
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()
Darray.hpp199 Type &operator[](IndexType aIndex) { return mElements[aIndex]; } in operator []()
223 Type *At(IndexType aIndex) { return (aIndex < mLength) ? &mElements[aIndex] : nullptr; } in At()
Dpool.hpp175 Type &GetEntryAt(uint16_t aIndex) { return mPool[aIndex]; } in GetEntryAt()
/external/aac/libSBRdec/src/
Dpsbitdec.cpp167 SCHAR enable, SCHAR *aIndex, /*!< ICC/IID parameters */ in deltaDecodeArray()
209 static void map34IndexTo20(SCHAR *aIndex, /*!< decoded ICC/IID parameters */ in map34IndexTo20()
/external/openthread/src/core/net/
Ddns_client.cpp180 uint16_t aIndex, in FindHostAddress()
203 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord()
313 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress()
360 Error Client::BrowseResponse::GetServiceInstance(uint16_t aIndex, char *aLabelBuffer, uint8_t aLabe… in GetServiceInstance()
395 uint16_t aIndex, in GetHostAddress()
487 uint16_t aIndex, in GetHostAddress()
Ddns_types.cpp741 uint16_t aIndex, in FindRecord()
Ddns_types.hpp1410 uint16_t aIndex, in FindRecord()
2406 uint8_t &GetTtlByteAt(uint8_t aIndex) { return reinterpret_cast<uint8_t *>(&mTtl)[aIndex]; } in GetTtlByteAt()
/external/openthread/src/posix/platform/
Dsettings.cpp240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
301 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
332 otError PlatformSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint… in PlatformSettingsGet()
430 otError PlatformSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex, int *aSwapFd) in PlatformSettingsDelete()
/external/openthread/examples/platforms/utils/
Dsettings_ram.c74 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
187 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/openthread/src/core/utils/
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()
/external/openthread/tests/unit/
Dtest_ndproxy_table.cpp49 Ip6::InterfaceIdentifier generateRandomIid(uint16_t aIndex) in generateRandomIid()
/external/openthread/src/core/mac/
Dmac_frame.cpp901 template <typename IeType> Error Frame::AppendHeaderIeAt(uint8_t &aIndex) in AppendHeaderIeAt()
913 Error Frame::InitIeHeaderAt(uint8_t &aIndex, uint8_t ieId, uint8_t ieContentSize) in InitIeHeaderAt()
933 template <> void Frame::InitIeContentAt<TimeIe>(uint8_t &aIndex) in InitIeContentAt()
941 template <> void Frame::InitIeContentAt<CslIe>(uint8_t &aIndex) in InitIeContentAt()
947 template <> void Frame::InitIeContentAt<Termination2Ie>(uint8_t &aIndex) in InitIeContentAt()
/external/openthread/src/ncp/
Dchanged_props_set.hpp157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry()
/external/skia/src/pathops/
DSkIntersections.cpp133 void SkIntersections::merge(const SkIntersections& a, int aIndex, const SkIntersections& b, in merge()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DGradientColorParser.java235 int aIndex = 0; in mergeUniqueElements() local
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharSequences.java55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp456 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet()
484 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
/external/openthread/src/core/thread/
Dnetwork_data.hpp556 void SetEntryIndex(uint8_t aIndex) { mIteratorBuffer[kEntryPosition] = aIndex; } in SetEntryIndex()
Dtopology.hpp905 …AddressIterator(const Child &aChild, Index aIndex, Ip6::Address::TypeFilter aFilter = Ip6::Address… in AddressIterator()
1202 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv()
Dnetwork_data_tlvs.hpp565 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry()
1139 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry()

12