/device/linaro/hikey/bluetooth/ |
D | async_fd_watcher.cc | 50 const std::chrono::milliseconds timeout, in ConfigureTimeout() 125 struct timeval timeout; in ThreadRoutine() local
|
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/ |
D | xf-osal.h | 106 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/ |
D | usb_cmd_control_transfer.cpp | 23 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/ |
D | telnetlib.py | 188 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
|
D | Queue.py | 107 def put(self, item, block=True, timeout=None): argument 150 def get(self, block=True, timeout=None): argument
|
D | smtplib.py | 228 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
|
D | SocketServer.py | 194 timeout = None variable in BaseServer 499 timeout = 300 variable in ForkingMixIn 676 timeout = None variable in StreamRequestHandler
|
D | asyncore.py | 125 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/ |
D | socketmodule.c | 685 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/ |
D | main.cc | 131 struct timeval timeout = {FLAGS_wait_for_launcher, 0}; in main() local
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraDevice.cpp | 491 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/ |
D | poller.cpp | 43 auto timeout = deadline - now; in calculateTimeout() local
|
/device/generic/goldfish-opengl/fuchsia/ |
D | port.cc | 61 int sync_wait(int fd, int timeout) { in sync_wait()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_bl1_setup.c | 175 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/ |
D | protocol.h | 140 uint32_t timeout; member 150 uint32_t timeout; member
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-fio.c | 84 int xf_ipc_wait(xf_proxy_ipc_data_t *ipc, u32 timeout) in xf_ipc_wait()
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop.c | 92 struct timeval tv, timeout; in dtop_poll_periodically() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | SocketServer.py | 204 timeout = None variable in BaseServer 514 timeout = 300 variable in ForkingMixIn 692 timeout = None variable in StreamRequestHandler
|
/device/google/contexthub/util/stm32_flash/ |
D | spi.c | 97 uint16_t timeout = 65535; in spi_read_ack() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 701 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/ |
D | UsbGadget.cpp | 423 uint64_t timeout) { in setupFunctions() 570 uint64_t timeout) { in setCurrentUsbFunctions()
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 448 uint64_t timeout) { in setupFunctions() 595 uint64_t timeout) { in setCurrentUsbFunctions()
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 448 uint64_t timeout) { in setupFunctions() 595 uint64_t timeout) { in setCurrentUsbFunctions()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Phy/MvPhyDxe/ |
D | MvPhyDxe.c | 71 INTN timeout = TIMEOUT; in MvPhyReset() local
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.cpp | 216 bool JpegCompressor::waitForDone(nsecs_t timeout) { in waitForDone()
|