Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DConversionUtil.java150 ISoundTriggerHw.Phrase hidlPhrase = new ISoundTriggerHw.Phrase(); in aidl2hidlPhrase() local
151 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()