Home
last modified time | relevance | path

Searched defs:timeout (Results 576 – 600 of 1016) sorted by relevance

1...<<21222324252627282930>>...41

/aosp12/art/openjdkjvmti/
H A Devents.cc395 void ObjectWaitStart(art::Handle<art::mirror::Object> obj, int64_t timeout) in ObjectWaitStart()
422 void MonitorWaitFinished(art::Monitor* m, bool timeout) in MonitorWaitFinished()
445 void ThreadParkStart(bool is_absolute, int64_t timeout) in ThreadParkStart()
504 void ThreadParkFinished(bool timeout) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in ThreadParkFinished()
/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc914 bool timeout = false; in TYPED_TEST() local
915 auto callback = base::Bind([](bool* timeout) { *timeout = true; }, in TYPED_TEST()
994 bool timeout = false; in TYPED_TEST() local
995 auto callback = base::Bind([](bool* timeout) { *timeout = true; }, in TYPED_TEST()
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpPacket.java1511 Inet4Address yourIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildOfferPacket()
1542 Inet4Address yourIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildOfferPacket()
1556 Inet4Address requestClientIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildAckPacket()
1587 Inet4Address requestClientIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildAckPacket()
H A DDhcpServer.java687 final int timeout = getLeaseTimeout(lease); in transmitOffer() local
711 final int timeout = getLeaseTimeout(lease); in transmitAck() local
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp287 HalResult<void> AidlHalWrapper::on(milliseconds timeout, in on()
495 HalResult<void> HidlHalWrapper<I>::on(milliseconds timeout, in on()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFacilitatorImpl.java485 public void waitForLoadingMainDictionaries(final long timeout, final TimeUnit unit) in waitForLoadingMainDictionaries()
491 public void waitForLoadingDictionariesForTesting(final long timeout, final TimeUnit unit) in waitForLoadingDictionariesForTesting()
/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DVtsHalSensorsV2_XTargetTest.h94 int32_t numCallsToFlush, milliseconds timeout) { in waitForFlushEvents()
105 void waitForEvents(const std::vector<SensorInfoType>& sensorsToWaitFor, milliseconds timeout) { in waitForEvents()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Dmsm_drm.h80 struct drm_msm_timespec timeout; member
146 struct drm_msm_timespec timeout; member
/aosp12/system/netd/server/
H A DNdcDispatcher.cpp697 int timeout = 0; in runCommand() local
712 int timeout = 0; in runCommand() local
/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp225 constexpr int64_t timeout = 5000; in getService() local
/aosp12/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java246 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); in removeTimeouts() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdaterTest.kt284 val timeout = expiry - System.currentTimeMillis() regex
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/
H A DEventsTest.java189 public FutureReleaseListener(FutureWaiter future, long timeout) { in FutureReleaseListener()
/aosp12/bionic/libc/kernel/uapi/linux/hdlc/
H A Dioctl.h80 unsigned int timeout; member
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DFullRestoreEngine.java430 final long timeout = isSharedStorage ? in restoreOneFile() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java293 CreateConnectionTimeout timeout = new CreateConnectionTimeout( in setTimeoutIfNeeded() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java114 long timeout in eglClientWaitSync()
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DPermissionActivityTest.java294 final long timeout = current + TIMEOUT_MILLIS; in pollForAppOpPermissions() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGbaManager.java346 private void releaseServiceAsNeeded(int timeout) { in releaseServiceAsNeeded()
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/
H A Dhypv_intercept.cpp306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll()
/aosp12/hardware/qcom/wlan/cld80211-lib/
H A Dcld80211_lib.c395 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, in cld80211_recv()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java114 long timeout in eglClientWaitSync()
/aosp14/frameworks/base/core/java/android/permission/
H A DIPermissionManager.aidl79 void startOneTimePermissionSession(String packageName, int userId, long timeout, in startOneTimePermissionSession()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl176 void setStylusWindowIdleTimeoutForTest(in IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest()
/aosp14/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java246 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); in removeTimeouts() local

1...<<21222324252627282930>>...41