Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dtimer_stress_test.cc96 mInMethod(false), in TimerStressTest()
101 mInMethod = true; in setUp()
110 mInMethod = false; in setUp()
137 if (mInMethod) { in handleEvent()
141 mInMethod = true; in handleEvent()
153 mInMethod = false; in handleEvent()
H A Dtimer_cancel_test.cc70 mInMethod(false), in TimerCancelTest()
84 mInMethod = true; in setUp()
101 mInMethod = false; in setUp()
132 if (mInMethod) { in handleEvent()
136 mInMethod = true; in handleEvent()
150 mInMethod = false; in handleEvent()
H A Dtimer_set_test.cc135 : Test(CHRE_API_VERSION_1_0), mInMethod(false), mFinishedBitmask(0) {} in TimerSetTest()
138 mInMethod = true; in setUp()
150 mInMethod = false; in setUp()
160 if (mInMethod) { in handleEvent()
164 mInMethod = true; in handleEvent()
178 mInMethod = false; in handleEvent()
H A Dheap_exhaustion_stability_test.cc109 mInMethod = true; in setUp()
133 mInMethod = false; in setUp()
212 if (mInMethod) { in handleEvent()
216 mInMethod = true; in handleEvent()
225 mInMethod = false; in handleEvent()
H A Dbasic_audio_test.cc298 : Test(CHRE_API_VERSION_1_2), mInMethod(false), mState(State::kPreStart) {} in BasicAudioTest()
320 if (mInMethod) { in handleEvent()
324 mInMethod = true; in handleEvent()
346 mInMethod = false; in handleEvent()
H A Dbasic_sensor_test_base.cc83 mInMethod(true), in BasicSensorTestBase()
108 mInMethod = false; in sendStartTestMessage()
502 if (mInMethod) { in handleEvent()
505 mInMethod = true; in handleEvent()
535 mInMethod = false; in handleEvent()
H A Dbasic_audio_test.h40 bool mInMethod; variable
H A Dtimer_stress_test.h39 bool mInMethod;
H A Dheap_exhaustion_stability_test.h44 bool mInMethod;
H A Dtimer_cancel_test.h54 bool mInMethod; variable
H A Dtimer_set_test.h68 bool mInMethod; variable
H A Dbasic_sensor_test_base.h96 bool mInMethod; variable