Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java137 private SoftwareHotwordDetector mSoftwareHotwordDetector; field in VoiceInteractionService
437 mSoftwareHotwordDetector = in createHotwordDetector()
441 return mSoftwareHotwordDetector; in createHotwordDetector()
513 if (mSoftwareHotwordDetector == null) { in shutdownMicrophoneHotwordDetectorLocked()
518 mSoftwareHotwordDetector.stopRecognition(); in shutdownMicrophoneHotwordDetectorLocked()
529 mSoftwareHotwordDetector = null; in shutdownMicrophoneHotwordDetectorLocked()
561 if (mSoftwareHotwordDetector == null) { in dump()
564 mSoftwareHotwordDetector.dump(" ", pw); in dump()