HomeSort by relevance Sort by last modified time
    Searched refs:mInMethod (Results 1 - 12 of 12) sorted by null

  /system/chre/apps/chqts/src/general_test/
timer_stress_test.cc 97 mInMethod(false),
103 mInMethod = true;
113 mInMethod = false;
140 if (mInMethod) {
144 mInMethod = true;
156 mInMethod = false;
basic_audio_test.h 40 bool mInMethod;
timer_cancel_test.cc 68 mInMethod(false),
82 mInMethod = true;
100 mInMethod = false;
132 if (mInMethod) {
136 mInMethod = true;
150 mInMethod = false;
timer_stress_test.h 39 bool mInMethod;
timer_set_test.cc 133 : Test(CHRE_API_VERSION_1_0), mInMethod(false), mFinishedBitmask(0) {
137 mInMethod = true;
150 mInMethod = false;
160 if (mInMethod) {
164 mInMethod = true;
178 mInMethod = false;
basic_audio_test.cc 184 mInMethod(false),
201 if (mInMethod) {
205 mInMethod = true;
213 mInMethod = false;
heap_exhaustion_stability_test.h 44 bool mInMethod;
heap_exhaustion_stability_test.cc 112 mInMethod = true;
136 mInMethod = false;
215 if (mInMethod) {
219 mInMethod = true;
228 mInMethod = false;
basic_sensor_test_base.h 99 bool mInMethod;
timer_cancel_test.h 52 bool mInMethod;
timer_set_test.h 67 bool mInMethod;
basic_sensor_test_base.cc 71 mInMethod(true),
93 mInMethod = false;
404 if (mInMethod) {
408 mInMethod = true;
447 mInMethod = false;

Completed in 2319 milliseconds