/aosp12/art/openjdkjvmti/ |
H A D | events.cc | 395 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 D | http_fetcher_unittest.cc | 914 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 D | DhcpPacket.java | 1511 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 D | DhcpServer.java | 687 final int timeout = getLeaseTimeout(lease); in transmitOffer() local 711 final int timeout = getLeaseTimeout(lease); in transmitAck() local
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 287 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 D | DictionaryFacilitatorImpl.java | 485 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 D | VtsHalSensorsV2_XTargetTest.h | 94 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 D | msm_drm.h | 80 struct drm_msm_timespec timeout; member 146 struct drm_msm_timespec timeout; member
|
/aosp12/system/netd/server/ |
H A D | NdcDispatcher.cpp | 697 int timeout = 0; in runCommand() local 712 int timeout = 0; in runCommand() local
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IServiceManager.cpp | 225 constexpr int64_t timeout = 5000; in getService() local
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 246 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 D | TetheringNotificationUpdaterTest.kt | 284 val timeout = expiry - System.currentTimeMillis() regex
|
/aosp12/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | EventsTest.java | 189 public FutureReleaseListener(FutureWaiter future, long timeout) { in FutureReleaseListener()
|
/aosp12/bionic/libc/kernel/uapi/linux/hdlc/ |
H A D | ioctl.h | 80 unsigned int timeout; member
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
H A D | FullRestoreEngine.java | 430 final long timeout = isSharedStorage ? in restoreOneFile() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CreateConnectionProcessor.java | 293 CreateConnectionTimeout timeout = new CreateConnectionTimeout( in setTimeoutIfNeeded() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL15.java | 114 long timeout in eglClientWaitSync()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
H A D | PermissionActivityTest.java | 294 final long timeout = current + TIMEOUT_MILLIS; in pollForAppOpPermissions() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GbaManager.java | 346 private void releaseServiceAsNeeded(int timeout) { in releaseServiceAsNeeded()
|
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/ |
H A D | hypv_intercept.cpp | 306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll()
|
/aosp12/hardware/qcom/wlan/cld80211-lib/ |
H A D | cld80211_lib.c | 395 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 D | EGL15.java | 114 long timeout in eglClientWaitSync()
|
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | IPermissionManager.aidl | 79 void startOneTimePermissionSession(String packageName, int userId, long timeout, in startOneTimePermissionSession()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | IInputMethodManager.aidl | 176 void setStylusWindowIdleTimeoutForTest(in IInputMethodClient client, long timeout); in setStylusWindowIdleTimeoutForTest()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | MultiTapKeyListener.java | 246 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class); in removeTimeouts() local
|