HomeSort by relevance Sort by last modified time
    Searched defs:tunable (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 65 private final HashMap<String, Set<Tunable>> mTunableLookup = new HashMap<>();
129 public void addTunable(Tunable tunable, String... keys) {
131 addTunable(tunable, key);
135 private void addTunable(Tunable tunable, String key) {
137 mTunableLookup.put(key, new ArraySet<Tunable>());
139 mTunableLookup.get(key).add(tunable);
147 tunable.onTuningChanged(key, value);
150 public void removeTunable(Tunable tunable)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 923 struct cil_tunable *tunable = node->data; local
924 cil_log(CIL_INFO, "TUNABLE: %s, value: %d\n", tunable->datum.name, tunable->value);
    [all...]
cil_build_ast.c 2473 struct cil_tunable *tunable = NULL; local
    [all...]

Completed in 403 milliseconds