Searched refs:waitForOnConfigured (Results 1 – 4 of 4) sorted by relevance
231 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposure_futureResultTest()247 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureTest()277 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureTest_runTwice()318 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureAndZoomRatio_theExposureSettingShouldApply()351 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureAndLinearZoom_theExposureSettingShouldApply()382 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureAndFlash_theExposureSettingShouldApply()407 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in setExposureTimeout_theNextCallShouldWork()
845 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in openNewCaptureSessionImmediateBeforePreviousCaptureSessionClosed()855 assertTrue(mSessionStateCallback.waitForOnConfigured(1)); in openNewCaptureSessionImmediateBeforePreviousCaptureSessionClosed()881 assertTrue(mSessionStateCallback.waitForOnConfigured(2)); in closeCaptureSessionImmediateAfterCreateCaptureSession()
269 assertTrue(sessionStateCallback.waitForOnConfigured(1)); in detachAndAttachInShortTime_theCaptureSessionShouldOpenAndCloseCorrectly()
145 public boolean waitForOnConfigured(int count) throws InterruptedException { in waitForOnConfigured() method in SemaphoreReleasingCamera2Callbacks.SessionStateCallback