Searched refs:mHotwordDetector (Results 1 – 3 of 3) sorted by relevance
124 private AlwaysOnHotwordDetector mHotwordDetector; field in VoiceInteractionService262 if (mHotwordDetector != null) { in onSoundModelsChangedInternal()264 mHotwordDetector.onSoundModelsChanged(); in onSoundModelsChangedInternal()300 mHotwordDetector = new AlwaysOnHotwordDetector(keyphrase, locale, callback, in createAlwaysOnHotwordDetector()303 return mHotwordDetector; in createAlwaysOnHotwordDetector()333 if (mHotwordDetector != null) { in safelyShutdownHotwordDetector()334 mHotwordDetector.stopRecognition(); in safelyShutdownHotwordDetector()335 mHotwordDetector.invalidate(); in safelyShutdownHotwordDetector()336 mHotwordDetector = null; in safelyShutdownHotwordDetector()366 if (mHotwordDetector == null) { in dump()[all …]
63 private AlwaysOnHotwordDetector mHotwordDetector; field in MainInteractionService73 mHotwordDetector = createAlwaysOnHotwordDetector( in onReady()88 Intent enroll = mHotwordDetector.createEnrollIntent(); in hotwordAvailabilityChangeHelper()93 if (mHotwordDetector.startRecognition( in hotwordAvailabilityChangeHelper()
64521 Landroid/service/voice/VoiceInteractionService;->mHotwordDetector:Landroid/service/voice/AlwaysOnHo…