Home
last modified time | relevance | path

Searched refs:softwareHotwordDetector (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java900 SoftwareHotwordDetector softwareHotwordDetector = in createHotwordDetectorInternal() local
903 mActiveDetectors.add(softwareHotwordDetector); in createHotwordDetectorInternal()
906 softwareHotwordDetector.registerOnDestroyListener( in createHotwordDetectorInternal()
908 softwareHotwordDetector.initialize(options, sharedMemory); in createHotwordDetectorInternal()
910 mActiveDetectors.remove(softwareHotwordDetector); in createHotwordDetectorInternal()
911 softwareHotwordDetector.destroy(); in createHotwordDetectorInternal()
914 return softwareHotwordDetector; in createHotwordDetectorInternal()