Searched refs:mDetectorInitializedLatch (Results 1 – 3 of 3) sorted by relevance
72 public CountDownLatch mDetectorInitializedLatch = null; field in BaseVoiceInteractionService262 mDetectorInitializedLatch = null; in resetState()439 + mDetectorInitializedLatch); in waitCreateAlwaysOnHotwordDetectorNoHotwordDetectionServiceReady()440 if (mDetectorInitializedLatch == null in waitCreateAlwaysOnHotwordDetectorNoHotwordDetectionServiceReady()441 || !mDetectorInitializedLatch.await(WAIT_TIMEOUT_IN_MS, in waitCreateAlwaysOnHotwordDetectorNoHotwordDetectionServiceReady()444 mDetectorInitializedLatch = null; in waitCreateAlwaysOnHotwordDetectorNoHotwordDetectionServiceReady()448 mDetectorInitializedLatch = null; in waitCreateAlwaysOnHotwordDetectorNoHotwordDetectionServiceReady()458 + mDetectorInitializedLatch); in waitSandboxedDetectionServiceInitializedCalledOrException()459 if (mDetectorInitializedLatch == null in waitSandboxedDetectionServiceInitializedCalledOrException()460 || !mDetectorInitializedLatch.await(WAIT_TIMEOUT_IN_MS, in waitSandboxedDetectionServiceInitializedCalledOrException()[all …]
154 mDetectorInitializedLatch = new CountDownLatch(1); in createAlwaysOnHotwordDetectorNoHotwordDetectionService()162 if (mDetectorInitializedLatch != null) { in createAlwaysOnHotwordDetectorNoHotwordDetectionService()163 mDetectorInitializedLatch.countDown(); in createAlwaysOnHotwordDetectorNoHotwordDetectionService()194 mDetectorInitializedLatch = new CountDownLatch(1); in createAlwaysOnHotwordDetector()253 if (mDetectorInitializedLatch != null) { in createAlwaysOnHotwordDetector()254 mDetectorInitializedLatch.countDown(); in createAlwaysOnHotwordDetector()280 mDetectorInitializedLatch = new CountDownLatch(1); in createAlwaysOnHotwordDetectorWithoutManageHotwordDetectionPermission()290 mDetectorInitializedLatch = new CountDownLatch(1); in createSoftwareHotwordDetectorWithoutManageHotwordDetectionPermission()302 mDetectorInitializedLatch = new CountDownLatch(1); in createSoftwareHotwordDetectorHoldBindHotwordDetectionPermission()314 mDetectorInitializedLatch = new CountDownLatch(1); in createAlwaysOnHotwordDetectorHoldBindHotwordDetectionPermission()[all …]
54 mDetectorInitializedLatch = new CountDownLatch(1); in createAlwaysOnHotwordDetector()69 mDetectorInitializedLatch = new CountDownLatch(1); in createVisualQueryDetector()