Home
last modified time | relevance | path

Searched refs:mInMethod (Results 1 – 12 of 12) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dtimer_stress_test.cc97 mInMethod(false), in TimerStressTest()
103 mInMethod = true; in setUp()
113 mInMethod = false; in setUp()
140 if (mInMethod) { in handleEvent()
144 mInMethod = true; in handleEvent()
156 mInMethod = false; in handleEvent()
Dtimer_cancel_test.cc69 mInMethod(false), in TimerCancelTest()
83 mInMethod = true; in setUp()
101 mInMethod = false; in setUp()
133 if (mInMethod) { in handleEvent()
137 mInMethod = true; in handleEvent()
151 mInMethod = false; in handleEvent()
Dtimer_set_test.cc133 : Test(CHRE_API_VERSION_1_0), mInMethod(false), mFinishedBitmask(0) { in TimerSetTest()
137 mInMethod = true; in setUp()
150 mInMethod = false; in setUp()
160 if (mInMethod) { in handleEvent()
164 mInMethod = true; in handleEvent()
178 mInMethod = false; in handleEvent()
Dheap_exhaustion_stability_test.cc113 mInMethod = true; in setUp()
137 mInMethod = false; in setUp()
216 if (mInMethod) { in handleEvent()
220 mInMethod = true; in handleEvent()
229 mInMethod = false; in handleEvent()
Dbasic_audio_test.cc183 mInMethod(false), in BasicAudioTest()
200 if (mInMethod) { in handleEvent()
204 mInMethod = true; in handleEvent()
212 mInMethod = false; in handleEvent()
Dbasic_sensor_test_base.cc73 mInMethod(true), in BasicSensorTestBase()
94 mInMethod = false; in setUp()
414 if (mInMethod) { in handleEvent()
418 mInMethod = true; in handleEvent()
454 mInMethod = false; in handleEvent()
Dbasic_audio_test.h40 bool mInMethod; variable
Dtimer_stress_test.h39 bool mInMethod;
Dheap_exhaustion_stability_test.h44 bool mInMethod;
Dtimer_cancel_test.h52 bool mInMethod; variable
Dtimer_set_test.h67 bool mInMethod; variable
Dbasic_sensor_test_base.h99 bool mInMethod; variable