HomeSort by relevance Sort by last modified time
    Searched full:timeout_sec (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/modules/fingerprint/
fingerprint.c 35 uint32_t __unused timeout_sec) {
  /hardware/libhardware/include/hardware/
fingerprint.h 113 * or after timeout_sec seconds.
119 int (*enroll)(struct fingerprint_device *dev, uint32_t timeout_sec);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_mock.py 74 def stop(self, timeout_sec=0.0):
  /external/chromium_org/build/android/pylib/
forwarder.py 342 timeout_sec = 5
344 'device_forwarder', timeout_sec)
android_commands.py 781 def KillAllBlocking(self, process, timeout_sec):
789 timeout_sec: the timeout in seconds
799 while self.ExtractPid(process) and elapsed < timeout_sec:
802 if elapsed >= timeout_sec:
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1047 int timeout_sec, int timeout_usec)
1062 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec);
1432 int timeout_sec = wpa_s->scan_interval; local
    [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /external/lldb/include/lldb/Host/
Host.h 460 uint32_t timeout_sec,

Completed in 2671 milliseconds