Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 25 of 84) sorted by relevance

1234

/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DTapPacketReader.java83 public byte[] popPacket(long timeoutMs) { in popPacket()
93 public byte[] popPacket(long timeoutMs, @NonNull Predicate<byte[]> filter) { in popPacket()
101 public byte[] poll(long timeoutMs) { in poll()
109 public byte[] poll(long timeoutMs, @NonNull Predicate<byte[]> filter) { in poll()
DDumpTestUtils.java69 final int timeoutMs = 5_000; in dumpService() local
/frameworks/base/services/backup/java/com/android/server/backup/remote/
DRemoteCall.java57 public static RemoteResult execute(RemoteCallable<IBackupCallback> callable, long timeoutMs) in execute()
75 public RemoteCall(RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall()
86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall()
/frameworks/libs/net/common/device/com/android/net/module/util/netlink/
DNetlinkSocket.java132 private static void checkTimeout(long timeoutMs) { in checkTimeout()
144 public static ByteBuffer recvMessage(FileDescriptor fd, int bufsize, long timeoutMs) in recvMessage()
168 FileDescriptor fd, byte[] bytes, int offset, int count, long timeoutMs) in sendMessage()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DStateWaiter.java97 public void waitForState(int state, long timeoutMs) { in waitForState()
100 waitForAnyOfStates(Arrays.asList(stateArray), timeoutMs); in waitForState() local
120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTimeoutHandler.java97 long timeoutMs = accessibilityManager.getRecommendedTimeoutMillis( in resetTimeout() local
101 sendMessageDelayed(obtainMessage(MESSAGE_CORNER_TIMEOUT), timeoutMs); in resetTimeout() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInlineImageResolver.java143 private Drawable loadImageFromCache(Uri uri, long timeoutMs) { in loadImageFromCache()
226 void waitForPreloadedImages(long timeoutMs) { in waitForPreloadedImages()
255 Drawable get(Uri uri, long timeoutMs); in get()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java139 public CameraCaptureSession waitAndGetSession(long timeoutMs) { in waitAndGetSession()
233 CameraCaptureSession session, Surface surface, long timeoutMs) { in waitForSurfacePrepared()
292 long timeoutMs = unit.convert(timeout, TimeUnit.MILLISECONDS); in get() local
DBlockingExtensionSessionCallback.java122 public CameraExtensionSession waitAndGetSession(long timeoutMs) { in waitAndGetSession()
192 long timeoutMs = unit.convert(timeout, TimeUnit.MILLISECONDS); in get() local
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityTestsBase.java143 public int waitForResultOrThrow(int timeoutMs) { in waitForResultOrThrow()
147 public int waitForResultOrThrow(int timeoutMs, String expected) { in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult()
/frameworks/base/cmds/incidentd/src/
DSection.h44 const int64_t timeoutMs; // each section must have a timeout variable
DSection.cpp79 Section::Section(int i, int64_t timeoutMs) in Section()
89 FileSection::FileSection(int id, const char* filename, const int64_t timeoutMs) in FileSection()
252 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs) in WorkerThreadSection()
331 CommandSection::CommandSection(int id, const int64_t timeoutMs, const char* command, ...) in CommandSection()
721 TombstoneSection::TombstoneSection(int id, const char* type, const int64_t timeoutMs) in TombstoneSection()
/frameworks/base/core/java/android/os/
DConditionVariable.java117 public boolean block(long timeoutMs) in block()
/frameworks/av/media/utils/fuzzers/
DTimeCheckFuzz.cpp37 uint32_t timeoutMs = in LLVMFuzzerTestOneInput() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/
DTemporaryViewInfo.kt39 open val timeoutMs: Int = DEFAULT_TIMEOUT_MILLIS constant in com.android.systemui.temporarydisplay.TemporaryViewInfo
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DOneTimeSettingsListener.java44 @NonNull String key, int timeoutMs) { in OneTimeSettingsListener()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSyncEngine.java295 int startSyncSet(TransactionReadyListener listener, long timeoutMs, String name, in startSyncSet()
306 void startSyncSet(SyncGroup s, long timeoutMs) { in startSyncSet()
329 void scheduleTimeout(SyncGroup s, long timeoutMs) { in scheduleTimeout()
/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/
DScreenshotHelperTest.java116 long timeoutMs = 10; in testScreenshotTimesOut() local
/frameworks/base/services/net/java/android/net/util/
DNetdService.java82 long timeoutMs = 0; in get() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraStateHolder.java95 long timeoutMs) { in waitForCondition()
DDispatchThread.java73 public void runJobSync(final Runnable job, Object waitLock, long timeoutMs, String jobMsg) { in runJobSync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DProximityCheck.java64 public void check(long timeoutMs, Consumer<Boolean> callback) { in check()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthCredentialPatternView.java84 private void onPatternVerified(@NonNull VerifyCredentialResponse response, int timeoutMs) { in onPatternVerified()
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp50 JNIEnv*, jclass, jlong jFrameNumber, jint timeoutMs) { in Java_com_android_test_SurfaceProxy_waitUntilBufferDisplayed()
124 jint timeoutMs) { in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
212 JNIEnv* /* env */, jclass /* clazz */, jlong timeoutMs) { in Java_com_android_test_SurfaceProxy_SurfaceSetDequeueTimeout()
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
DTimeReceiver.java78 public long getReceivedTimeNs(String type, long timeoutMs) { in getReceivedTimeNs()

1234