Home
last modified time | relevance | path

Searched refs:BundleKey (Results 1 – 3 of 3) 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;
106 void Fill(const BundleKey& src,
111 NetworkTraceState* state, const BundleKey& src,
/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