Home
last modified time | relevance | path

Searched defs:timeoutSec (Results 1 – 25 of 191) sorted by relevance

12345678

/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20007/test-app/src/android/security/cts/CVE_2022_20007/
H A DDeviceTest.java92 final long timeoutSec = 30L; in testRaceCondition() local
139 assumeTrue(mDevice.wait(Until.gone(By.pkg(mContext.getPackageName())), timeoutSec)); in testRaceCondition() local
143 preferenceChanged.tryAcquire(getIntegerRes(R.integer.permitCount), timeoutSec, in testRaceCondition() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DConntrackMessage.java188 int proto, Inet4Address src, int sport, Inet4Address dst, int dport, int timeoutSec) { in newIPv4TimeoutUpdateRequest()
251 int timeoutSec = 0; in parse() local
439 public final int timeoutSec; field in ConntrackMessage
454 @Nullable Tuple tupleOrig, @Nullable Tuple tupleReply, int status, int timeoutSec) { in ConntrackMessage()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java93 float timeoutSec, in runBenchmark()
385 public Pair<List<InferenceInOutSequence>, List<InferenceResult>> runBenchmark(float timeoutSec) in runBenchmark()
395 float timeoutSec) in runBenchmarkCompleteInputSet()
426 float timeoutSec, in runBenchmark()
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp619 static Result<void> WaitForFileInternal(const std::string& path, int timeoutSec, in WaitForFileInternal()
686 auto WaitForFile(const std::string& path, int timeoutSec) in WaitForFile()
695 Result<void> WaitForUnixSocket(const std::string& path, int timeoutSec) { in WaitForUnixSocket()
727 int timeoutSec) { in WaitForUnixSocketListeningWithoutConnect()
/aosp_15_r20/cts/tests/camera/libctscamera2jni/
H A Dnative-camera-jni.cpp564 int64_t getCaptureSequenceLastFrameNumber(int64_t sequenceId, uint32_t timeoutSec) { in getCaptureSequenceLastFrameNumber()
583 bool waitForFrameNumber(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumber()
604 bool waitForFrameNumberStarted(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumberStarted()
842 bool waitForNextBuffer(uint32_t timeoutSec) { in waitForNextBuffer()
1702 int64_t getCaptureSequenceLastFrameNumber(int64_t sequenceId, uint32_t timeoutSec) { in getCaptureSequenceLastFrameNumber()
1706 bool waitForFrameNumber(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumber()
1710 bool waitForFrameNumberStarted(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumberStarted()
2757 uint32_t timeoutSec = 1; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSharedOutputUpdate() local
3015 const int timeoutSec = 1; in testCameraDeviceSimplePreviewNativeInternal() local
3307 uint32_t timeoutSec = 1; in nativeCameraDeviceTestPrepareSurface() local
[all …]
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DPermissionGroupChange.java83 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually()
131 private void waitUntilPermissionGranted(String permName, long timeoutSec) throws Throwable { in waitUntilPermissionGranted()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ip/
DConntrackMonitor.java82 public final int timeoutSec; field in ConntrackMonitor.ConntrackEvent
94 ConntrackMessage.Tuple tupleReply, int status, int timeoutSec) { in ConntrackEvent()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.1/android.hardware.biometrics.fingerprint-V2.1-java_gen_java/gen/srcs/android/hardware/biometrics/fingerprint/V2_1/
DIBiometricsFingerprint.java129 int enroll(byte[/* 69 */] hat, int gid, int timeoutSec) in enroll()
397 public int enroll(byte[/* 69 */] hat, int gid, int timeoutSec) in enroll()
876 int timeoutSec = _hidl_request.readInt32(); in onTransact() local
/aosp_15_r20/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp95 const std::vector<PullInfo>& pulledInfo, int64_t timeoutSec, int64_t startTimeSec, in ShellSubscriberClient()
110 int in, int out, int64_t timeoutSec, int64_t startTimeSec, const sp<UidMap>& uidMap, in create()
DShellSubscriber.cpp47 bool ShellSubscriber::startNewSubscription(int in, int out, int64_t timeoutSec) { in startNewSubscription()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/1.0/android.hardware.biometrics.face-V1.0-java_gen_java/gen/srcs/android/hardware/biometrics/face/V1_0/
DIBiometricsFace.java184 …int enroll(java.util.ArrayList<Byte> hat, int timeoutSec, java.util.ArrayList<Integer> disabledFea… in enroll()
530 …public int enroll(java.util.ArrayList<Byte> hat, int timeoutSec, java.util.ArrayList<Integer> disa… in enroll()
1062 int timeoutSec = _hidl_request.readInt32(); in onTransact() local
/aosp_15_r20/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java521 private void compileStagedApex(int timeoutSec) throws Exception { in compileStagedApex()
555 private void reInstallApex(int timeoutSec) throws Exception { in reInstallApex()
/aosp_15_r20/cts/hostsidetests/car/util/src/android/car/cts/
H A DCarHostJUnit4TestCase.java469 protected void waitUntilCurrentUserIsNotSystem(int timeoutSec) throws Exception { in waitUntilCurrentUserIsNotSystem()
477 protected void waitUntilAtLeastNPersistentUsersAreAvailable(int timeoutSec, int n) in waitUntilAtLeastNPersistentUsersAreAvailable()
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DXdsTestClient.java503 private final int timeoutSec; field in XdsTestClient.RpcConfig
505 private RpcConfig(RpcType rpcType, Metadata metadata, int timeoutSec) { in RpcConfig()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.1/[email protected]_genc++/gen/android/hardware/biometrics/fingerprint/2.1/
DBiometricsFingerprintAll.cpp275 …ntor, const ::android::hardware::hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec) { in _hidl_enroll()
817 …enroll(const ::android::hardware::hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec){ in enroll()
1079 uint32_t timeoutSec; in _hidl_enroll() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.2/android.hardware.biometrics.fingerprint-V2.2-java_gen_java/gen/srcs/android/hardware/biometrics/fingerprint/V2_2/
DIBiometricsFingerprint.java277 public int enroll(byte[/* 69 */] hat, int gid, int timeoutSec) in enroll()
758 int timeoutSec = _hidl_request.readInt32(); in onTransact() local
/aosp_15_r20/external/zxing/zxingorg/src/main/java/com/google/zxing/web/
H A DTimeoutFilter.java49 private int timeoutSec; field in TimeoutFilter
/aosp_15_r20/cts/tests/BlobStore/aidl/com/android/cts/blob/
H A DICommandReceiver.aidl24 long size, long timeoutSec); in commit()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.3/android.hardware.biometrics.fingerprint-V2.3-java_gen_java/gen/srcs/android/hardware/biometrics/fingerprint/V2_3/
DIBiometricsFingerprint.java320 public int enroll(byte[/* 69 */] hat, int gid, int timeoutSec) in enroll()
860 int timeoutSec = _hidl_request.readInt32(); in onTransact() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
H A DIntentSenderActivity.java77 int timeoutSec = 30; in getResult() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.3/android.hardware.biometrics.fingerprint-V2.3-java/android_common/javac/
Dandroid.hardware.biometrics.fingerprint-V2.3-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java78 public int enroll(byte[] hat, int gid, int timeoutSec) { in enroll()
/aosp_15_r20/cts/tests/BlobStore/helper-app/src/com/android/cts/blob/helper/
H A DBlobStoreTestService.java58 long timeoutSec, long size) { in commit()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DEnrollClient.java59 int timeoutSec, int sensorId, boolean shouldVibrate, in EnrollClient()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DTestHal.java78 public int enroll(ArrayList<Byte> hat, int timeoutSec, ArrayList<Integer> disabledFeatures) { in enroll()

12345678