/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20007/test-app/src/android/security/cts/CVE_2022_20007/ |
H A D | DeviceTest.java | 92 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/ |
D | ConntrackMessage.java | 188 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/ |
D | NNTestBase.java | 93 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/ |
D | files.cpp | 619 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 D | native-camera-jni.cpp | 564 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/ |
D | PermissionGroupChange.java | 83 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/ |
D | ConntrackMonitor.java | 82 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/ |
D | IBiometricsFingerprint.java | 129 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/ |
D | ShellSubscriberClient.cpp | 95 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()
|
D | ShellSubscriber.cpp | 47 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/ |
D | IBiometricsFace.java | 184 …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/ |
D | AVFHostTestCase.java | 521 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 D | CarHostJUnit4TestCase.java | 469 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 D | XdsTestClient.java | 503 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/ |
D | BiometricsFingerprintAll.cpp | 275 …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/ |
D | IBiometricsFingerprint.java | 277 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 D | TimeoutFilter.java | 49 private int timeoutSec; field in TimeoutFilter
|
/aosp_15_r20/cts/tests/BlobStore/aidl/com/android/cts/blob/ |
H A D | ICommandReceiver.aidl | 24 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/ |
D | IBiometricsFingerprint.java | 320 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 D | IntentSenderActivity.java | 77 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/ |
D | android.hardware.biometrics.fingerprint-V2.3-java.jar | META-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 D | TestHal.java | 78 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 D | BlobStoreTestService.java | 58 long timeoutSec, long size) { in commit()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | EnrollClient.java | 59 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 D | TestHal.java | 78 public int enroll(ArrayList<Byte> hat, int timeoutSec, ArrayList<Integer> disabledFeatures) { in enroll()
|