/development/tools/emulator/opengl/tests/event_injector/ |
D | iolooper-select.c | 266 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/ |
D | atomics.h | 41 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
D | select.h | 42 const struct timespec *timeout, const sigset_t *sigmask);
|
D | epoll.h | 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
D | linux-unistd.h | 142 …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/ |
D | usbdevice_fs.h | 25 __u32 timeout; member 32 unsigned int timeout; member
|
D | fd.h | 102 unsigned long timeout; member
|
/development/ndk/platforms/android-3/include/linux/hdlc/ |
D | ioctl.h | 54 unsigned int timeout; member
|
/development/tools/emulator/system/camera/ |
D | EmulatedCameraDevice.cpp | 293 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()
|
D | EmulatedCameraDevice.h | 389 SelectRes Select(int fd, int timeout);
|
/development/ndk/platforms/android-9/arch-x86/include/sys/ |
D | atomics.h | 60 int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/ |
D | eglext.h | 142 …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/ |
D | eglext.h | 142 …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/ |
D | adb_winusb_endpoint_object.cpp | 161 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) { in SetTimeout() argument 164 sizeof(ULONG), &timeout)) { in SetTimeout()
|
D | adb_winusb_endpoint_object.h | 141 virtual bool SetTimeout(ULONG timeout);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 413 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/ |
D | clnt.h | 67 #define cl_timeout cl_xprt->timeout
|
D | xprt.h | 99 struct rpc_timeout timeout; member
|
/development/testrunner/test_defs/ |
D | native_test.py | 90 int(options.timeout))
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl_proc.h | 63 typedef EGLint (* eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl_proc.h | 63 typedef EGLint (* eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
|
D | egl.cpp | 259 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/ |
D | linux-unistd.h | 145 …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/ |
D | egl_proc.h | 63 … EGLint (EGLAPIENTRY *eglClientWaitSyncKHR_t) (EGLDisplay, EGLSyncKHR, EGLint, EGLTimeKHR timeout);
|
/development/pdk/docs/porting/ |
D | power_management.jd | 93 … 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>
|