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

  /frameworks/base/cmds/statsd/benchmark/
metric_util.cpp 24 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
25 simple_atom_matcher->set_atom_id(atomId);
33 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
34 simple_atom_matcher->set_atom_id(android::util::SCHEDULED_JOB_STATE_CHANGED);
35 auto field_value_matcher = simple_atom_matcher->add_field_value_matcher();
54 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
55 simple_atom_matcher->set_atom_id(android::util::SCREEN_BRIGHTNESS_CHANGED);
62 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
63 simple_atom_matcher->set_atom_id(android::util::UID_PROCESS_STATE_CHANGED);
71 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher() local
91 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
113 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
133 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
    [all...]
  /frameworks/base/cmds/statsd/tests/
statsd_test_util.cpp 25 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
26 simple_atom_matcher->set_atom_id(atomId);
38 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
39 simple_atom_matcher->set_atom_id(android::util::SCHEDULED_JOB_STATE_CHANGED);
40 auto field_value_matcher = simple_atom_matcher->add_field_value_matcher();
59 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
60 simple_atom_matcher->set_atom_id(android::util::SCREEN_BRIGHTNESS_CHANGED);
67 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
68 simple_atom_matcher->set_atom_id(android::util::UID_PROCESS_STATE_CHANGED);
76 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher() local
96 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
120 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
143 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
163 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
185 auto simple_atom_matcher = atom_matcher.mutable_simple_atom_matcher(); local
    [all...]

Completed in 170 milliseconds