Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DConversionUtil.java199 ISoundTriggerHw.SoundModel aidl2hidlSoundModel(@NonNull SoundModel aidlModel) { in aidl2hidlSoundModel() method in ConversionUtil
212 hidlModel.common = aidl2hidlSoundModel(aidlModel.common); in aidl2hidlPhraseSoundModel()
H A DSoundTriggerHw2Compat.java216 ConversionUtil.aidl2hidlSoundModel(soundModel); in loadSoundModel()