/aosp_15_r20/external/openthread/src/core/api/ |
H A D | link_metrics_api.cpp | 45 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 D | netdiag_api.cpp | 56 const otIp6Address *aDestination, in otThreadSendDiagnosticGet() 67 const otIp6Address *aDestination, in otThreadSendDiagnosticReset()
|
H A D | thread_ftd_api.cpp | 354 otIp6Address *aDestination, in otThreadSendAddressNotification()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_diagnostic.cpp | 109 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 D | mle.cpp | 1643 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 D | link_metrics.cpp | 69 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 D | network_data_leader.cpp | 289 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 D | address_resolver.cpp | 734 const Ip6::Address *aDestination) in SendAddressError() 908 const Ip6::Address &aDestination) in SendAddressQueryResponse()
|
H A D | mle_router.cpp | 2722 Error MleRouter::SendDiscoveryResponse(const Ip6::Address &aDestination, const Message &aDiscoverRe… in SendDiscoveryResponse() 3071 void MleRouter::SendDataResponse(const Ip6::Address &aDestination, in SendDataResponse()
|
H A D | lowpan.cpp | 1082 void MeshHeader::Init(uint16_t aSource, uint16_t aDestination, uint8_t aHopsLeft) in Init()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | checksum.cpp | 98 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 D | ip6_headers.hpp | 321 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
|
H A D | ip4_types.hpp | 517 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_lowpan.hpp | 126 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 D | test_checksum.cpp | 77 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/ |
D | TaskImageContainer.java | 129 Destination aDestination) { in TaskInfo() 291 TaskInfo.Destination aDestination) { in onStart()
|
D | TaskJpegEncode.java | 211 TaskInfo.Destination aDestination) { in onJpegEncodeDone()
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap_message.cpp | 82 Error Message::InitAsPost(const Ip6::Address &aDestination, Uri aUri) in InitAsPost()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Camera2/Camera2/android_common/javac/ |
D | Camera2.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/util/
android/ ... |
/aosp_15_r20/out/target/common/obj/APPS/Camera2_intermediates/ |
D | classes.jar | META-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/ |
D | Camera2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |