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

  /external/autotest/client/cros/audio/
cmd_utils.py 66 terminate_loop = False
67 while not terminate_loop:
75 terminate_loop = True
  /system/core/adb/
fdevent.cpp 78 static std::atomic<bool> terminate_loop(false);
421 if (terminate_loop) {
438 terminate_loop = true;
454 terminate_loop = false;
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 534 def terminate_loop(): function
631 terminate=terminate_loop):
637 terminate=terminate_loop):
wps-nfc.py 433 def terminate_loop(): function
508 terminate=terminate_loop):

Completed in 495 milliseconds