Searched refs:onHotwordDetectorDestroyed (Results 1 – 1 of 1) sorted by relevance
745 dspDetector.registerOnDestroyListener(this::onHotwordDetectorDestroyed);907 this::onHotwordDetectorDestroyed); in createHotwordDetectorInternal()982 visualQueryDetector.registerOnDestroyListener(this::onHotwordDetectorDestroyed); in createVisualQueryDetector()1090 private void onHotwordDetectorDestroyed(@NonNull HotwordDetector detector) { in onHotwordDetectorDestroyed() method in VoiceInteractionService