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

/development/ndk/sources/android/libportable/arch-arm/
H A Depoll.c24 int epoll_wait_portable(int epfd, struct epoll_event *events, int max, int timeout) argument
26 return epoll_wait(epfd, events, max, timeout);
/development/ndk/sources/android/libportable/arch-mips/
H A Depoll.c24 int epoll_wait_portable(int epfd, struct epoll_event *events, int max, int timeout) argument
26 return epoll_wait(epfd, events, max, timeout);
H A Dpoll.c52 int poll_portable(struct pollfd *fds, nfds_t nfds, long timeout) argument
60 ret = poll(fds, nfds, timeout);
/development/ndk/sources/android/libportable/arch-x86/
H A Depoll.c30 int epoll_wait_portable(int epfd, struct epoll_event_portable *events, int max, int timeout) argument
33 int ret = epoll_wait(epfd, &x86_epoll_event, max, timeout);
/development/host/windows/usb/winusb/
H A Dadb_winusb_endpoint_object.cpp161 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) { argument
164 sizeof(ULONG), &timeout)) {
/development/ndk/platforms/android-3/include/linux/hdlc/
H A Dioctl.h54 unsigned int timeout; member in struct:__anon108
/development/tools/emulator/system/camera/fake-pipeline2/
H A DJpegCompressor.cpp197 bool JpegCompressor::waitForDone(nsecs_t timeout) { argument
201 res = mDone.waitRelative(mBusyMutex, timeout);
/development/tools/emulator/system/camera/
H A DEmulatedCameraDevice.cpp347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) argument
359 if (timeout) {
360 tv.tv_sec = timeout / 1000000;
361 tv.tv_usec = timeout % 1000000;
H A DEmulatedFakeCamera2.cpp1110 bool EmulatedFakeCamera2::ReadoutThread::waitForReady(nsecs_t timeout) { argument
1114 res = mReadySignal.waitRelative(mInputMutex, timeout);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java389 * timeout, which is the number of microseconds to wait for the event to occur, and it takes
393 * when the timeout is reached (whichever occurs first). Note that there is no difference
394 * between an event occurring and the timeout being reached; the client will have to verify
401 * be returned to the client, or the timeout will be reached, and the results for the key
405 // deferreturn [event] [timeout (ms)] [command]
417 long timeout = Long.parseLong(command.get(2));
422 deferredReturn = new DeferredReturn(eventId, ret, timeout);
520 private long timeout; field in class:MonkeySourceNetwork.DeferredReturn
522 public DeferredReturn(int event, MonkeyCommandReturn deferredReturn, long timeout) { argument
525 this.timeout
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dusbdevice_fs.h25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
H A Dfd.h102 unsigned long timeout; member in struct:floppy_drive_params
H A Dblkdev.h170 unsigned int timeout; member in struct:request
H A Dcdrom.h190 int timeout; member in struct:cdrom_generic_command
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DAsyncTask.java515 * @param timeout Time to wait before cancelling the operation.
516 * @param unit The time unit for the timeout.
526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, argument
528 return mFuture.get(timeout, unit);
/development/ndk/platforms/android-3/include/linux/sunrpc/
H A Dxprt.h99 struct rpc_timeout timeout; member in struct:rpc_xprt
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl.cpp645 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
647 return getDispatch()->eglClientWaitSyncKHR(dpy, sync, flags, timeout);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp1225 EGLTimeKHR timeout)
1224 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
H A Dhubio.h581 timeout: 8; member in struct:icrbd_s::__anon448
655 #define iprte_timeout iprte_fields.timeout
711 timeout:1, member in struct:icrbp_a::__anon452
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jar ... .ExecutionException java.util.concurrent.TimeoutException long timeout java.util.concurrent.TimeUnit unit public final ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 686 milliseconds