Home
last modified time | relevance | path

Searched defs:triggerEvent (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
H A DFakeThresholdSensor.java76 void triggerEvent(boolean below, long timestampNs) { in triggerEvent() method in FakeThresholdSensor
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DGaugeMetricProducer_test.cpp667 LogEvent triggerEvent(/*uid=*/0, /*pid=*/0); in TEST() local
740 LogEvent triggerEvent(/*uid=*/0, /*pid=*/0); in TEST() local
799 LogEvent triggerEvent(/*uid=*/0, /*pid=*/0); in TEST() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.cpp1417 bool triggerEvent = TRUE; in processPPData() local
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp324 void triggerEvent(void) { in triggerEvent() function in BinderLibTestEvent
/aosp12/packages/modules/StatsD/statsd/tests/
H A Dstatsd_test_util.cpp498 const optional<int64_t>& triggerEvent) { in createGaugeMetric()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp1396 AtomMatcher triggerEvent = CreateScreenTurnedOnAtomMatcher(); in TEST_F() local