| /frameworks/base/core/java/android/text/method/ |
| MultiTapKeyListener.java | 123 new Timeout(content); // for its side effects 131 new Timeout(content); // for its side effects 147 new Timeout(content); // for its side effects 213 new Timeout(content); // for its side effects 215 // Set up the callback so we can remove the timeout if the 243 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); local 245 for (int i = 0; i < timeout.length; i++) { 246 Timeout t = timeout[i] [all...] |
| /frameworks/base/core/java/com/android/internal/app/ |
| NetInitiatedActivity.java | 52 private int timeout = -1; field in class:NetInitiatedActivity 98 timeout = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_TIMEOUT, default_response_timeout); 100 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response); 102 mHandler.sendMessageDelayed(mHandler.obtainMessage(GPS_NO_RESPONSE_TIME_OUT), (timeout * 1000));
|
| /frameworks/base/libs/input/ |
| PointerController.cpp | 197 // Remove the inactivity timeout, since we are fading now. 474 nsecs_t timeout = mLocked.inactivityTimeout == INACTIVITY_TIMEOUT_SHORT local 476 mLooper->sendMessageDelayed(timeout, mHandler, MSG_INACTIVITY_TIMEOUT);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| KeyguardBouncer.java | 142 long timeout = mKeyguardView.getUserActivityTimeout(); local 143 if (timeout >= 0) { 144 return timeout;
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| NativeCrashListener.java | 51 // Use a short timeout on socket operations and abandon the connection 189 return -1; // premature EOF or timeout 204 StructTimeval timeout = StructTimeval.fromMillis(SOCKET_TIMEOUT_MILLIS); local 205 Os.setsockoptTimeval(fd, SOL_SOCKET, SO_RCVTIMEO, timeout); 206 Os.setsockoptTimeval(fd, SOL_SOCKET, SO_SNDTIMEO, timeout);
|
| /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
| BlockingStateCallback.java | 141 * @param timeout how long to wait in milliseconds 143 * @throws TimeoutRuntimeException if the desired state is not observed before timeout. 145 public void waitForState(int state, long timeout) { 148 waitForAnyOfStates(Arrays.asList(stateArray), timeout); local 158 * @param timeout how long to wait in milliseconds 161 * @throws TimeoutRuntimeException if none of the states is observed before timeout. 164 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { 176 long timeoutLeft = timeout; 199 s.append(timeout);
|
| /frameworks/native/services/surfaceflinger/ |
| EventThread.cpp | 302 // use a 16ms timeout instead. It doesn't need to be 306 // use a (long) timeout when waiting for h/w vsync, and 309 nsecs_t timeout = softwareSync ? ms2ns(16) : ms2ns(1000); local 310 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) {
|
| /hardware/ti/omap4-aah/camera/ |
| ANativeWindowDisplayAdapter.cpp | 866 int timeout = 0; local [all...] |
| /hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
| OMXFocus.cpp | 30 #define AF_IMAGE_CALLBACK_TIMEOUT 5000000 //5 seconds timeout 31 #define AF_VIDEO_CALLBACK_TIMEOUT 2800000 //2.8 seconds timeout 87 nsecs_t timeout = 0; local 202 // configure focus timeout based on capture mode 203 timeout = (mCapMode == VIDEO_MODE) || (mCapMode == VIDEO_MODE_HQ) ? 208 ret = mDoAFCond.waitRelative(mDoAFMutex, timeout); 218 CAMHAL_LOGEA("Autofocus callback timeout expired"); 334 CAMHAL_LOGE("Cancel AF timeout!");
|
| /hardware/ti/omap4xxx/camera/ |
| ANativeWindowDisplayAdapter.cpp | 903 int timeout = 0; local [all...] |
| /hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
| OMXFocus.cpp | 34 #define AF_IMAGE_CALLBACK_TIMEOUT 5000000 //5 seconds timeout 35 #define AF_VIDEO_CALLBACK_TIMEOUT 2800000 //2.8 seconds timeout 87 nsecs_t timeout = 0; local 187 // configure focus timeout based on capture mode 188 timeout = (mCapMode == VIDEO_MODE) ? 194 ret = mDoAFCond.waitRelative(mDoAFMutex, timeout); 204 CAMHAL_LOGEA("Autofocus callback timeout expired");
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| OldAndroidDatagramTest.java | 167 // Regression test for issue 1018003: DatagramSocket ignored a set timeout. 170 int timeout = 5000; local 175 sock.setSoTimeout(timeout); 180 if (Math.abs(delay - timeout) > 1000) { 181 fail("timeout was not accurate. expected: " + timeout
|
| /packages/apps/Settings/tests/src/com/android/settings/tests/ |
| BluetoothRequestPermissionTest.java | 39 // Discoverable button alternates between 20 second timeout and no timeout. 109 // Discoverability duration toggles between 20 seconds and no timeout. 110 int timeout = (mDiscoveryWithTimeout ? 20 : 0); local 111 i.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, timeout);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
| dlm_device.h | 40 __u64 timeout; member in struct:dlm_lock_params
|
| pps.h | 58 #define PPS_TIME_INVALID (1<<0) /* used to specify timeout==NULL */ 114 struct pps_ktime timeout; member in struct:pps_fdata
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/hdlc/ |
| ioctl.h | 76 unsigned int timeout; member in struct:__anon45934
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
| dlm_device.h | 40 __u64 timeout; member in struct:dlm_lock_params
|
| pps.h | 58 #define PPS_TIME_INVALID (1<<0) /* used to specify timeout==NULL */ 114 struct pps_ktime timeout; member in struct:pps_fdata
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/hdlc/ |
| ioctl.h | 76 unsigned int timeout; member in struct:__anon47670
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
| dlm_device.h | 39 __u64 timeout; member in struct:dlm_lock_params
|
| pps.h | 72 struct pps_ktime timeout; member in struct:pps_fdata
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/hdlc/ |
| ioctl.h | 95 unsigned int timeout; member in struct:__anon74266
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
| dlm_device.h | 39 __u64 timeout; member in struct:dlm_lock_params
|
| pps.h | 72 struct pps_ktime timeout; member in struct:pps_fdata
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/hdlc/ |
| ioctl.h | 95 unsigned int timeout; member in struct:__anon75575
|