Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 30) sorted by relevance

12

/development/tools/emulator/opengl/tests/event_injector/
Diolooper-select.c266 int64_t timeout = deadline - iolooper_now(); in iolooper_wait_absolute() local
270 if (timeout < 0) in iolooper_wait_absolute()
271 timeout = 0; in iolooper_wait_absolute()
273 return iolooper_wait(iol, timeout); in iolooper_wait_absolute()
/development/ndk/platforms/android-3/include/sys/
Datomics.h41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
Dselect.h42 const struct timespec *timeout, const sigset_t *sigmask);
Depoll.h67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
Dlinux-unistd.h142 …dwait (const sigset_t *set, struct siginfo_t *info, struct timespec_t *timeout, size_t sigset_s…
193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
/development/ndk/platforms/android-3/include/linux/
Dusbdevice_fs.h25 __u32 timeout; member
32 unsigned int timeout; member
Dfd.h102 unsigned long timeout; member
/development/ndk/platforms/android-3/include/linux/hdlc/
Dioctl.h54 unsigned int timeout; member
/development/tools/emulator/system/camera/
DEmulatedCameraDevice.cpp293 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) in Select() argument
305 if (timeout) { in Select()
306 tv.tv_sec = timeout / 1000000; in Select()
307 tv.tv_usec = timeout % 1000000; in Select()
DEmulatedCameraDevice.h389 SelectRes Select(int fd, int timeout);
/development/ndk/platforms/android-9/arch-x86/include/sys/
Datomics.h60 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
Deglext.h142 …GLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
148 …P PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
213 …EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
/development/ndk/platforms/android-9/include/EGL/
Deglext.h142 …GLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
148 …P PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
206 EGLint eglClientWaitSyncNV (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
213 …EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCNVPROC) (EGLSyncNV sync, EGLint flags, EGLTimeNV timeout);
/development/host/windows/usb/winusb/
Dadb_winusb_endpoint_object.cpp161 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) { in SetTimeout() argument
164 sizeof(ULONG), &timeout)) { in SetTimeout()
Dadb_winusb_endpoint_object.h141 virtual bool SetTimeout(ULONG timeout);
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java413 long timeout = Long.parseLong(command.get(2)); in translateCommand() local
418 deferredReturn = new DeferredReturn(eventId, ret, timeout); in translateCommand()
516 private long timeout; field in MonkeySourceNetwork.DeferredReturn
518 public DeferredReturn(int event, MonkeyCommandReturn deferredReturn, long timeout) { in DeferredReturn() argument
521 this.timeout = timeout; in DeferredReturn()
533 MonkeySourceNetworkViews.sConnection.wait(timeout); in waitForEvent()
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dclnt.h67 #define cl_timeout cl_xprt->timeout
Dxprt.h99 struct rpc_timeout timeout; member
/development/testrunner/test_defs/
Dnative_test.py90 int(options.timeout))
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl_proc.h63 typedef EGLint (* eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
Degl_proc.h63 typedef EGLint (* eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
Degl.cpp259 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) in eglClientWaitSyncKHR() argument
261 return getDispatch()->eglClientWaitSyncKHR(dpy, sync, flags, timeout); in eglClientWaitSyncKHR()
/development/ndk/platforms/android-9/include/sys/
Dlinux-unistd.h145 …dwait (const sigset_t *set, struct siginfo_t *info, struct timespec_t *timeout, size_t sigset_s…
200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
Degl_proc.h63 … EGLint (EGLAPIENTRY *eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
/development/pdk/docs/porting/
Dpower_management.jd93 … possible, since it will waste power if the timeout is long or may fail to finish needed work if t…
95 …/code> or <code>lockname timeout</code> to <code>/sys/power/wake_lock</code> lock and, if needed, …
136 <li>Create a wake lock and specify the power management flags for screen, timeout, etc.</li>

12