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

  /system/chre/apps/chqts/src/general_test/
heap_exhaustion_stability_test.h 50 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
timer_stress_test.h 42 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
send_message_to_host_test.h 81 static constexpr uint32_t kAllFinished = (1 << 9) - 1;
timer_cancel_test.h 57 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
timer_set_test.h 68 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
  /system/chre/apps/chqts/src/busy_startup/
busy_startup.cc 67 constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
75 if ((kAllFinished & finishedBit) == 0) {
79 if (gFinishedBitmask == kAllFinished) {

Completed in 215 milliseconds