Home
last modified time | relevance | path

Searched defs:hidlModel (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestCompliance.cpp48 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_3() local
55 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_2() local
62 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_1() local
69 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_0() local
DTestPartitioning.cpp293 const HidlModel hidlModel = model->makeHidlModel(); in dump() local
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DConversionUtil.java195 ISoundTriggerHw.SoundModel hidlModel = new ISoundTriggerHw.SoundModel(); in aidl2hidlSoundModel() local
207 ISoundTriggerHw.PhraseSoundModel hidlModel = new ISoundTriggerHw.PhraseSoundModel(); in aidl2hidlPhraseSoundModel() local
DSoundTriggerModule.java468 ISoundTriggerHw.SoundModel hidlModel = ConversionUtil.aidl2hidlSoundModel(model); in load() local
480 ISoundTriggerHw.PhraseSoundModel hidlModel = in load() local
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java400 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel hidlModel = in loadGenericModel_2_0() local
453 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel hidlModel = in loadGenericModel_2_1() local
517 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.PhraseSoundModel hidlModel = in loadPhraseModel_2_0() local
589 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel hidlModel = in loadPhraseModel_2_1() local
/frameworks/ml/nn/runtime/
DManager.cpp191 const Model& hidlModel = metaModel.getModel(); in getSupportedOperations() local
638 const Model& hidlModel = metaModel.getModel(); in getSupportedOperations() local
681 std::pair<int, std::shared_ptr<PreparedModel>> CpuPreparedModel::create(Model hidlModel) { in create()
DNeuralNetworks.cpp721 const Model hidlModel = m->makeHidlModel(); in ANeuralNetworksModel_getSupportedOperationsForDevices() local