Searched refs:mModelManagementService (Results 1 – 2 of 2) sorted by relevance
73 private final IVoiceInteractionManagerService mModelManagementService; field in EnrollmentUtil76 mModelManagementService = IVoiceInteractionManagerService.Stub.asInterface( in EnrollmentUtil()96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel); in addOrUpdateSoundModel()123 model = mModelManagementService.getKeyphraseSoundModel(keyphraseId, bcp47Locale); in getSoundModel()150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale); in deleteSoundModel()
230 private final IVoiceInteractionManagerService mModelManagementService; field in AlwaysOnHotwordDetector427 mModelManagementService = modelManagementService; in AlwaysOnHotwordDetector()488 mModelManagementService.getDspModuleProperties(); in getSupportedAudioCapabilitiesLocked()785 code = mModelManagementService.startRecognition( in startRecognitionLocked()802 code = mModelManagementService.stopRecognition(mKeyphraseMetadata.getId(), in stopRecognitionLocked()816 int code = mModelManagementService.setParameter(mKeyphraseMetadata.getId(), modelParam, in setParameterLocked()831 return mModelManagementService.getParameter(mKeyphraseMetadata.getId(), modelParam); in getParameterLocked()841 mModelManagementService.queryParameter(mKeyphraseMetadata.getId(), modelParam); in queryParameterLocked()975 mModelManagementService.getDspModuleProperties(); in internalGetInitialAvailability()990 mKeyphraseMetadata = mModelManagementService.getEnrolledKeyphraseMetadata( in internalUpdateEnrolledKeyphraseMetadata()