Home
last modified time | relevance | path

Searched defs:GetCounters (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/armnn/profiling/common/include/
H A DCounterDirectory.hpp62 const Counters& GetCounters() const override { return m_Counters; } in GetCounters() function in arm::pipe::CounterDirectory
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dborder_agent.hpp258 const otBorderAgentCounters *GetCounters(void) { return &mCounters; } in GetCounters() function in ot::MeshCoP::BorderAgent
/aosp_15_r20/external/openthread/src/core/net/
H A Dnat64_translator.hpp314 void GetCounters(ProtocolCounters &aCounters) const { aCounters = mCounters; } in GetCounters() function in ot::Nat64::Translator
H A Dsrp_advertising_proxy.hpp171 const Counters &GetCounters(void) const { return mCounters; } in GetCounters() function in ot::Srp::AdvertisingProxy
H A Ddnssd_server.hpp307 const Counters &GetCounters(void) const { return mCounters; }; in GetCounters() function in ot::Dns::ServiceDiscovery::Server
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_interface.cpp355 const Counters *Interface::GetCounters(void) const { return otPlatTrelGetCounters(&GetInstance()); } in GetCounters() function in ot::Trel::Interface
/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder.hpp308 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
H A Dmle.hpp664 const Counters &GetCounters(void) in GetCounters() function in ot::Mle::Mle
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.hpp508 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingMocks.hpp586 const Counters& GetCounters() const override { return m_Counters; } in GetCounters() function in arm::pipe::MockCounterDirectory
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go1277 func (x *PerfCounterGroup) GetCounters() []*PerfCounter { func