Searched refs:chains (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkManagementInternalTest.java74 // No firewall chains enabled
117 final int[] chains = {
132 for (int chain : chains) {
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java296 /** Set of states for the child firewall chains. True if the chain is active. */
720 final int[] chains =
722 for (int chain : chains) {
2058 // Normally, whitelist chains only contain deny rules, so numUids == exemptUids.length.
2060 // a UID rule to the firewall, and then disable the firewall - the chains can contain
2103 // chains default detached.
2134 // whitelist and blacklist chains allow RSTs through.
2782 final int[] chains = {
2787 for (int chain : chains) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp524 // dump orphan effect chains
2499 // If we still have effect chains, it means that a client still holds a handle
2680 Vector< sp<EffectChain> > chains; local
2688 chains.push(ec);
2697 chains.push(ec);
2701 for (size_t i = 0; i < chains.size(); i++) {
2702 sp<EffectChain> ec = chains[i];

Completed in 116 milliseconds