Home
last modified time | relevance | path

Searched refs:BundleKey (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/
DNetworkTraceHandler.h36 struct BundleKey { struct
37 explicit BundleKey(const PacketTrace& pkt);
56 std::size_t operator()(const BundleKey& a) const; argument
61 bool operator()(const BundleKey& a, const BundleKey& b) const;
71 std::unordered_map<BundleKey, uint64_t, BundleHash, BundleEq> iids;
113 void Fill(const BundleKey& src,
118 NetworkTraceState* state, const BundleKey& src,
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_tracing.h30 struct BundleKey { struct
31 explicit BundleKey(const HciPacket& packet, SnoopLogger::Direction direction,
41 bool operator==(const BundleKey& b) const; argument
46 std::size_t operator()(const BundleKey& a) const;
77 void Write(TraceContext& ctx, const BundleKey& key, const BundleDetails& details);
80 std::unordered_map<BundleKey, BundleDetails, BundleHash> bttrace_bundles_;
Dsnoop_logger_tracing.cc53 BundleKey::BundleKey(const HciPacket& packet, SnoopLogger::Direction direction, in BundleKey() function in bluetooth::hal::BundleKey
79 bool BundleKey::operator==(const BundleKey& b) const { in operator ==()
89 std::size_t BundleHash::operator()(const BundleKey& a) const { in operator ()()
171 BundleKey key(packet, direction, type); in Record()
180 void SnoopLoggerTracing::Write(TraceContext& ctx, const BundleKey& key, in Write()
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DNetworkTraceHandler.cpp79 BundleKey::BundleKey(const PacketTrace& pkt) in BundleKey() function in android::bpf::BundleKey
109 std::size_t BundleHash::operator()(const BundleKey& a) const { in operator ()()
115 bool BundleEq::operator()(const BundleKey& a, const BundleKey& b) const { in operator ()()
209 Fill(BundleKey(pkt), event); in Write()
215 std::unordered_map<BundleKey, BundleDetails, BundleHash, BundleEq> bundles; in Write()
217 BundleKey key(pkt); in Write()
236 const BundleKey& key = kv.first; in Write()
274 void NetworkTraceHandler::Fill(const BundleKey& src, in Fill()
298 NetworkTraceState* state, const BundleKey& key, TracePacket* dst) { in FillWithInterning()
/packages/apps/Dialer/java/com/android/dialer/simulator/
DSimulator.java68 @interface BundleKey {} annotation