Searched defs:timeoutSec (Results 1 – 3 of 3) sorted by relevance
77 private void eventually(ThrowingRunnable runnable, long timeoutSec) throws Throwable { in eventually()121 private void waitUntilPermissionGranted(String permName, long timeoutSec) throws Throwable { in waitUntilPermissionGranted()
460 int64_t getCaptureSequenceLastFrameNumber(int64_t sequenceId, uint32_t timeoutSec) { in getCaptureSequenceLastFrameNumber()479 bool waitForFrameNumber(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumber()1437 int64_t getCaptureSequenceLastFrameNumber(int64_t sequenceId, uint32_t timeoutSec) { in getCaptureSequenceLastFrameNumber()1441 bool waitForFrameNumber(int64_t frameNumber, uint32_t timeoutSec) { in waitForFrameNumber()2327 uint32_t timeoutSec = 1; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSharedOutputUpdate() local2831 uint32_t timeoutSec = 1; in nativeCameraDeviceLogicalPhysicalStreaming() local3386 uint32_t timeoutSec = 10; // It is important to keep this timeout bigger than the framework in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceCaptureFailureNative() local
282 boolean waitForCallback(int callback, int timeoutSec) { in waitForCallback()