Searched refs:timeout (Results 251 - 275 of 281) sorted by relevance

<<1112

/frameworks/native/services/inputflinger/
H A DInputReader.h135 // interval must be shorter than the long press timeout.
1797 void processRawTouches(bool timeout);
1830 bool assignExternalStylusId(const RawState& state, bool timeout);
H A DInputReader.cpp2215 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f);
4334 processRawTouches(false /*timeout*/);
4337 void TouchInputMapper::processRawTouches(bool timeout) { argument
4356 if (assignExternalStylusId(next, timeout)) {
4373 if (timeout) {
4538 bool TouchInputMapper::assignExternalStylusId(const RawState& state, bool timeout) { argument
4551 } else if (timeout) {
4561 ALOGD("No stylus data but stylus is connected, requesting timeout "
4588 processRawTouches(true /*timeout*/);
4602 processRawTouches(false /*timeout*/);
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1068 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1069 typedef void (GL_APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1173 GL_APICALL GLenum GL_APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1174 GL_APICALL void GL_APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
H A Dgl31.h1070 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1071 typedef void (GL_APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1175 GL_APICALL GLenum GL_APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1176 GL_APICALL void GL_APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
H A Dgl32.h1070 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1071 typedef void (GL_APIENTRYP PFNGLWAITSYNCPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
1175 GL_APICALL GLenum GL_APIENTRY glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
1176 GL_APICALL void GL_APIENTRY glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h70 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
H A Dnull_driver.cpp1218 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) { argument
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetTest.java27 import static org.mockito.Mockito.timeout;
434 verify(mWaitLayoutListener, timeout(WAIT_FOR_LAYOUT_PASS_TIMEOUT_MS).atLeastOnce())
457 verify(listener, timeout(timeoutMs).atLeastOnce()).onAnimationsFinished();
4193 void slideInAndWaitIdle(long timeout) throws Throwable { argument
4201 PollingCheck.waitFor(timeout, new PollingCheck.PollingCheckCondition() {
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h984 typedef GLenum (GL_APIENTRYP PFNGLCLIENTWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
985 typedef void (GL_APIENTRYP PFNGLWAITSYNCAPPLEPROC) (GLsync sync, GLbitfield flags, GLuint64 timeout);
992 GL_APICALL GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
993 GL_APICALL void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
2146 typedef GLboolean (GL_APIENTRYP PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC) (GLuint memory, GLuint64 key, GLuint timeout);
2149 GL_APICALL GLboolean GL_APIENTRY glAcquireKeyedMutexWin32EXT (GLuint memory, GLuint64 key, GLuint timeout);
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl222 boolean shutdown(int timeout);
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java462 * Default and maximum timeout in milliseconds after which unlocking with weak auth times out,
2391 * Called by a device admin to set the password expiration timeout. Calling this method will
2395 * The provided timeout is the time delta in ms and will be added to the current time. For
2396 * example, to have the password expire 5 days from now, timeout would be 5 * 86400 * 1000 =
2397 * 432000000 ms for timeout.
2399 * To disable password expiration, a value of 0 may be used for timeout.
2413 * @param timeout The limit (in ms) that a password can remain in effect. A value of 0 means
2418 public void setPasswordExpirationTimeout(@NonNull ComponentName admin, long timeout) { argument
2421 mService.setPasswordExpirationTimeout(admin, timeout, mParentInstance);
2429 * Get the password expiration timeout fo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java673 * This is the time, after the inactive timeout elapses, that we will wait looking
690 * Maximum pending idle timeout (time spent running) we will be allowed to use.
697 * Scaling factor to apply to current pending idle timeout each time we cycle through
720 * Scaling factor to apply to current idle timeout each time we cycle through that state.
1715 // No pending timeout for the app id, post a delayed message
2224 void handleMotionDetectedLocked(long timeout, String type) { argument
2232 mInactiveTimeout = timeout;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1318 ALOGE("FrameCompletion: timeout waiting for fence");
1787 EGLint flags, EGLTimeKHR timeout)
1798 dp->disp.dpy, sync, flags, timeout);
1786 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3970 * @param timeout The requested screen timeout in milliseconds. Can also be either
3974 public WearableExtender setHintScreenTimeout(int timeout) { argument
3975 mHintScreenTimeout = timeout;
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2515 typedef VkResult (VKAPI_PTR *PFN_vkWaitForFences)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
2823 uint64_t timeout);
3584 typedef VkResult (VKAPI_PTR *PFN_vkAcquireNextImageKHR)(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence fence, uint32_t* pImageIndex);
3608 uint64_t timeout,
5467 uint64_t timeout; member in struct:VkAcquireNextImageInfoKHX
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java307 // Activity.onTranslucentConversionComplete(false). If a timeout occurs prior to the last
391 Slog.w(TAG, "Activity pause timeout for " + r);
411 Slog.w(TAG, "Activity destroy timeout for " + r);
420 Slog.w(TAG, "Activity stop timeout for " + r);
1272 * Schedule a pause timeout in case the app doesn't respond. We don't give it much time because
1401 final void activityPausedLocked(IBinder token, boolean timeout) { argument
1403 "Activity paused: token=" + token + ", timeout=" + timeout);
1410 + (timeout ? " (due to timeout)"
[all...]
H A DActivityManagerShellCommand.java495 pw.println("Status: " + (result.timeout ? "timeout" : "ok"));
H A DActivityManagerService.java528 // How long we wait until we timeout on key dispatching.
531 // How long we wait until we timeout on key dispatching during instrumentation.
759 Slog.w(TAG, "getAssistContextExtras failed: timeout retrieving from " + activity);
5649 public long dumpWithTimeout(int pid, long timeout) { argument
5653 final long waitTime = Math.min(timeout, TRACE_DUMP_TIMEOUT_MS);
5663 // trace in case we've already hit the overall timeout.
5665 if (timeWaited >= timeout) {
5674 NATIVE_DUMP_TIMEOUT_MS, timeout - timeWaited);
5689 * fails, a native backtrace is attempted. Note that the timeout {@code timeoutMs} only applies
6853 removeProcessLocked(app, false, true, "timeout publishin
12566 shutdown(int timeout) argument
13131 enqueueAssistContext(int requestType, Intent intent, String hint, IResultReceiver receiver, Bundle receiverExtras, IBinder activityToken, boolean focused, boolean newSessionId, int userHandle, Bundle args, long timeout, int flags) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java41 import static org.mockito.Mockito.timeout;
1233 verify(getServices().notificationManager, timeout(1000))
1242 verify(getServices().notificationManager, timeout(1000))
2301 // verify that the minimum timeout cannot be modified on user builds (system property is
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4288 /* GLenum glClientWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout ) */
4291 (JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) {
4296 (GLuint64)timeout
4301 /* void glWaitSync ( GLsync sync, GLbitfield flags, GLuint64 timeout ) */
4304 (JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) {
4308 (GLuint64)timeout
4290 android_glClientWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
4303 android_glWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java456 * In the case of timeout we still need to make sure we
2600 public void pokeDrawLockLw(long timeout) { argument
2612 // Each call to acquire resets the timeout.
2617 mDrawLock.acquire(timeout);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java270 // Ceiling bitshift amount for service query timeout, calculated as:
694 * Default implementation of interface that calculates the ImsService retry timeout.
699 int timeout = (1 << mImsServiceRetryCount) * IMS_RETRY_STARTING_TIMEOUT_MS;
703 return timeout;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java3104 private String updateDefaultRouteMacAddress(int timeout) { argument
3116 if ((address == null) && (timeout > 0)) {
3120 reachable = gateway.isReachable(timeout);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java292 // User confirmation timeout for a full backup/restore operation. It's this long in
651 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation
681 * If type of operation is OP_TYPE_WAIT, it are waiting for an ack or timeout.
685 * A BackupRestore task gets notified of ack/timeout for the operation via
1091 // Done: reset the session timeout clock
1114 // the timeout is suspended while a restore is in progress. Clean
1132 // Release the waiter; timeout == completion
1138 // Report a timeout to the observer, if any
2499 if (MORE_DEBUG) Slog.v(TAG, "starting timeout: token=" + Integer.toHexString(token)
2602 // Remove all pending timeout message
[all...]

Completed in 855 milliseconds

<<1112