Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 93) sorted by relevance

1234

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc50 const std::chrono::milliseconds timeout, in ConfigureTimeout()
125 struct timeval timeout; in ThreadRoutine() local
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h106 static inline int __xf_wait(xf_wait_t *w, u32 timeout) in __xf_wait()
135 #define __xf_wait(w, timeout) \ argument
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
Dusb_cmd_control_transfer.cpp23 uint16_t value, uint16_t index, uint32_t timeout, std::vector<uint8_t> data, in USBCmdControlTransfer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtelnetlib.py188 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
211 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
282 def read_until(self, match, timeout=None): argument
570 def expect(self, list, timeout=None): argument
DQueue.py107 def put(self, item, block=True, timeout=None): argument
150 def get(self, block=True, timeout=None): argument
Dsmtplib.py228 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
272 def _get_socket(self, port, host, timeout): argument
764 timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
769 def _get_socket(self, host, port, timeout): argument
DSocketServer.py194 timeout = None variable in BaseServer
499 timeout = 300 variable in ForkingMixIn
676 timeout = None variable in StreamRequestHandler
Dasyncore.py125 def poll(timeout=0.0, map=None): argument
169 def poll2(timeout=0.0, map=None): argument
203 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c685 int timeout; in internal_select() local
1641 int timeout; in sock_accept() local
1657 timeout = internal_select(s, 0); in sock_accept() local
1742 double timeout; in sock_settimeout() local
1977 int res, timeout; local
2069 int timeout; local
2103 int timeout; local
2343 int timeout; local
2356 timeout = internal_select(s, 0); local
2387 timeout = internal_select(s, 0); local
[all …]
/device/google/cuttlefish_common/host/commands/stop_cvd/
Dmain.cc131 struct timeval timeout = {FLAGS_wait_for_launcher, 0}; in main() local
/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp491 EmulatedCameraDevice::CameraThread::waitForFrameOrTimeout(nsecs_t timeout) { in waitForFrameOrTimeout()
517 nsecs_t timeout = std::max<nsecs_t>(0, wakeAt - now); in inWorkerThread() local
665 nsecs_t timeout = std::max<nsecs_t>(0, nextFrame - now); in inWorkerThread() local
/device/generic/goldfish/network/netmgr/
Dpoller.cpp43 auto timeout = deadline - now; in calculateTimeout() local
/device/generic/goldfish-opengl/fuchsia/
Dport.cc61 int sync_wait(int fd, int timeout) { in sync_wait()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl1_setup.c175 int timeout = 100; in bus_idle_clear() local
381 int timeout = 100; in set_audio_power_up() local
/device/google/cuttlefish_common/common/libs/usbforward/
Dprotocol.h140 uint32_t timeout; member
150 uint32_t timeout; member
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-fio.c84 int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout) in xf_ipc_wait()
/device/google/marlin/dataservices/datatop/src/
Ddatatop.c92 struct timeval tv, timeout; in dtop_poll_periodically() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DSocketServer.py204 timeout = None variable in BaseServer
514 timeout = 300 variable in ForkingMixIn
692 timeout = None variable in StreamRequestHandler
/device/google/contexthub/util/stm32_flash/
Dspi.c97 uint16_t timeout = 65535; in spi_read_ack() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c701 int timeout; in internal_select_ex() local
1706 int timeout; in sock_accept() local
1801 double timeout; in sock_settimeout() local
2036 int res, timeout; local
2128 int timeout; local
2162 int timeout; local
2402 int timeout; local
2609 int timeout; local
2775 int len, n = -1, flags = 0, timeout; local
2825 int len, n = -1, flags = 0, timeout, saved_errno; local
[all …]
/device/google/wahoo/usb/
DUsbGadget.cpp423 uint64_t timeout) { in setupFunctions()
570 uint64_t timeout) { in setCurrentUsbFunctions()
/device/google/bonito/usb/
DUsbGadget.cpp448 uint64_t timeout) { in setupFunctions()
595 uint64_t timeout) { in setCurrentUsbFunctions()
/device/google/crosshatch/usb/
DUsbGadget.cpp448 uint64_t timeout) { in setupFunctions()
595 uint64_t timeout) { in setCurrentUsbFunctions()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/
DMvPhyDxe.c71 INTN timeout = TIMEOUT; in MvPhyReset() local
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp216 bool JpegCompressor::waitForDone(nsecs_t timeout) { in waitForDone()

1234