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.java272 /** Set of states for the child firewall chains. True if the chain is active. */
670 final int[] chains =
672 for (int chain : chains) {
1991 // Normally, whitelist chains only contain deny rules, so numUids == exemptUids.length.
1993 // a UID rule to the firewall, and then disable the firewall - the chains can contain
2036 // chains default detached.
2067 // whitelist and blacklist chains allow RSTs through.
2701 final int[] chains = {
2706 for (int chain : chains) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp507 // dump orphan effect chains
2396 // If we still have effect chains, it means that a client still holds a handle
2577 Vector< sp<EffectChain> > chains; local
2584 chains.push(ec);
2592 chains.push(ec);
2596 for (size_t i = 0; i < chains.size(); i++) {
2597 sp<EffectChain> ec = chains[i];

Completed in 815 milliseconds