Searched refs:hidlPhrase (Results 1 – 1 of 1) sorted by relevance
150 ISoundTriggerHw.Phrase hidlPhrase = new ISoundTriggerHw.Phrase(); in aidl2hidlPhrase() local151 hidlPhrase.id = aidlPhrase.id; in aidl2hidlPhrase()152 hidlPhrase.recognitionModes = aidl2hidlRecognitionModes(aidlPhrase.recognitionModes); in aidl2hidlPhrase()154 hidlPhrase.users.add(aidlUser); in aidl2hidlPhrase()156 hidlPhrase.locale = aidlPhrase.locale; in aidl2hidlPhrase()157 hidlPhrase.text = aidlPhrase.text; in aidl2hidlPhrase()158 return hidlPhrase; in aidl2hidlPhrase()