Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DConversionUtil.java126 static int aidl2hidlSoundModelType(int aidlType) { in aidl2hidlSoundModelType() method in ConversionUtil
201 hidlModel.header.type = aidl2hidlSoundModelType(aidlModel.type); in aidl2hidlSoundModel()