Home
last modified time | relevance | path

Searched defs:aDestination (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dlink_metrics_api.cpp45 const otIp6Address *aDestination, in otLinkMetricsQuery()
58 const otIp6Address *aDestination, in otLinkMetricsConfigForwardTrackingSeries()
74 const otIp6Address *aDestination, in otLinkMetricsConfigEnhAckProbing()
92 const otIp6Address *aDestination, in otLinkMetricsSendLinkProbe()
H A Dnetdiag_api.cpp56 const otIp6Address *aDestination, in otThreadSendDiagnosticGet()
67 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
H A Dthread_ftd_api.cpp354 otIp6Address *aDestination, in otThreadSendAddressNotification()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_diagnostic.cpp109 void Server::PrepareMessageInfoForDest(const Ip6::Address &aDestination, Tmf::MessageInfo &aMessage… in PrepareMessageInfoForDest() argument
437 void Server::SendAnswer(const Ip6::Address &aDestination, const Message &aRequest) in SendAnswer()
534 void Server::PrepareAndSendAnswers(const Ip6::Address &aDestination, const Message &aRequest) in PrepareAndSendAnswers()
613 void Server::SendNextAnswer(Coap::Message &aAnswer, const Ip6::Address &aDestination) in SendNextAnswer()
878 Error Client::SendDiagnosticGet(const Ip6::Address &aDestination, in SendDiagnosticGet()
906 const Ip6::Address &aDestination, in SendCommand()
992 Error Client::SendDiagnosticReset(const Ip6::Address &aDestination, const uint8_t aTlvTypes[], uint… in SendDiagnosticReset()
H A Dmle.cpp1643 void Mle::RemoveDelayedDataRequestMessage(const Ip6::Address &aDestination) in RemoveDelayedDataRequestMessage()
1648 …layedMessage(Message::SubType aSubType, MessageType aMessageType, const Ip6::Address *aDestination) in RemoveDelayedMessage()
1805 Error Mle::SendDataRequest(const Ip6::Address &aDestination) in SendDataRequest()
1810 Error Mle::SendDataRequestAfterDelay(const Ip6::Address &aDestination, uint16_t aDelay) in SendDataRequestAfterDelay()
1821 Error Mle::SendDataRequestForLinkMetricsReport(const Ip6::Address &aDestinatio… in SendDataRequestForLinkMetricsReport()
1829 Error Mle::SendDataRequest(const Ip6::Address &aDestination, in SendDataRequest()
2106 const Ip6::Address &aDestination) in SendChildUpdateResponse()
2192 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce()
2251 Error Mle::SendLinkMetricsManagementResponse(const Ip6::Address &aDestination, LinkMetrics::Status … in SendLinkMetricsManagementResponse()
2278 Error Mle::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t *aBuf, uint8_… in SendLinkProbe()
[all …]
H A Dlink_metrics.cpp69 Error Initiator::Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetrics) in Query()
227 Error Initiator::SendMgmtRequestForwardTrackingSeries(const Ip6::Address &aDestination, in SendMgmtRequestForwardTrackingSeries()
259 Error Initiator::SendMgmtRequestEnhAckProbing(const Ip6::Address &aDestination, in SendMgmtRequestEnhAckProbing()
345 Error Initiator::SendLinkProbe(const Ip6::Address &aDestination, uint8_t aSeriesId, uint8_t aLength) in SendLinkProbe()
390 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor()
H A Dnetwork_data_leader.cpp289 Error Leader::RouteLookup(const Ip6::Address &aSource, const Ip6::Address &aDestination, uint16_t &… in RouteLookup() argument
388 Error Leader::ExternalRouteLookup(uint8_t aDomainId, const Ip6::Address &aDestination, uint16_t &aR… in ExternalRouteLookup() argument
H A Daddress_resolver.cpp734 const Ip6::Address *aDestination) in SendAddressError()
908 const Ip6::Address &aDestination) in SendAddressQueryResponse()
H A Dmle_router.cpp2722 Error MleRouter::SendDiscoveryResponse(const Ip6::Address &aDestination, const Message &aDiscoverRe… in SendDiscoveryResponse()
3071 void MleRouter::SendDataResponse(const Ip6::Address &aDestination, in SendDataResponse()
H A Dlowpan.cpp1082 void MeshHeader::Init(uint16_t aSource, uint16_t aDestination, uint8_t aHopsLeft) in Init()
/aosp_15_r20/external/openthread/src/core/net/
H A Dchecksum.cpp98 const Ip6::Address &aDestination, in Calculate()
124 const Ip4::Address &aDestination, in Calculate()
170 const Ip6::Address &aDestination, in UpdateMessageChecksum()
205 const Ip4::Address &aDestination, in UpdateMessageChecksum()
H A Dip6_headers.hpp321 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
H A Dip4_types.hpp517 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.hpp126 const char *aDestination) in SetIpHeader()
152 const char *aDestination) in SetIpTunneledHeader()
184 void SetUDPHeader(uint16_t aSource, uint16_t aDestination, uint16_t aLength, uint16_t aChecksum) in SetUDPHeader()
H A Dtest_checksum.cpp77 const Ip6::Address &aDestination, in CalculateChecksum()
116 const Ip4::Address &aDestination, in CalculateChecksum()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java129 Destination aDestination) { in TaskInfo()
291 TaskInfo.Destination aDestination) { in onStart()
DTaskJpegEncode.java211 TaskInfo.Destination aDestination) { in onJpegEncodeDone()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.cpp82 Error Message::InitAsPost(const Ip6::Address &aDestination, Uri aUri) in InitAsPost()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Camera2/Camera2/android_common/javac/
DCamera2.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/util/ android/ ...
/aosp_15_r20/out/target/common/obj/APPS/Camera2_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Camera2/Camera2/android_common/withres/
DCamera2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...