Home | History | Annotate | Download | only in voiceinteraction

Lines Matching defs:mSoundTriggerInternal

94     SoundTriggerInternal mSoundTriggerInternal;
137 mSoundTriggerInternal = LocalServices.getService(SoundTriggerInternal.class);
856 int unloadStatus = mSoundTriggerInternal.unloadKeyphraseModel(keyphraseId);
915 return mSoundTriggerInternal.getModuleProperties();
955 return mSoundTriggerInternal.startRecognition(
977 return mSoundTriggerInternal.stopRecognition(keyphraseId, callback);
987 int status = mSoundTriggerInternal.unloadKeyphraseModel(
1172 mSoundTriggerInternal.dump(fd, pw, args);