Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
Dflags.aconfig14 description: "Use metered firewall chains to control access to metered networks"
/frameworks/proto_logging/stats/atoms/rkpd/
Drkpd_extension_atoms.proto45 * The number of signed attestation certificate chains which are
51 * The number of signed attestation certificate chains which have
/frameworks/proto_logging/stats/
Dattribution_node.proto26 * Note: All attribution chains are represented as a repeated field of type
Datom_field_options.proto68 // Used on simple proto fields. Do not use on attribution chains.
Datoms.proto18072 * The number of signed attestation certificate chains which are
18078 * The number of signed attestation certificate chains which have
22729 // The depth of the cert chains issued to the device
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkManagementServiceTest.java416 final int[] chains = { in testFirewallChains() local
434 for (int chain : chains) { in testFirewallChains()
/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java345 ArrayMap<Integer, AttributionChain> chains = new ArrayMap<>(); in createAttributionChains() local
372 if (!chains.containsKey(event.mAttributionChainId)) { in createAttributionChains()
373 chains.put(event.mAttributionChainId, in createAttributionChains()
376 chains.get(event.mAttributionChainId) in createAttributionChains()
383 return chains; in createAttributionChains()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3572 Vector<sp<IAfEffectChain>> chains; in purgeStaleEffects_l() local
3582 chains.push(ec); in purgeStaleEffects_l()
3593 chains.push(ec); in purgeStaleEffects_l()
3603 chains.push(ec); in purgeStaleEffects_l()
3607 for (size_t i = 0; i < chains.size(); i++) { in purgeStaleEffects_l()
3609 sp<IAfEffectChain> ec = chains[i]; // NOLINT(performance-unnecessary-copy-initialization) in purgeStaleEffects_l()
/frameworks/layoutlib/create/
DREADME.txt134 Transformation chains in the asm user guide, link in the References.) The order of execution of