Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/aidl/android/media/soundtrigger_middleware/
H A DSoundTriggerModuleProperties.aidl42 int maxSoundModels;
/aosp12/hardware/interfaces/soundtrigger/2.3/vts/functional/
H A DVtsHalSoundtriggerV2_3TargetTest.cpp80 EXPECT_GT(halProperties.base.maxSoundModels, 0u); in TEST_P()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerModule.java285 if (mNumLoadedModels == mProperties.maxSoundModels) { in loadModel()
316 if (mNumLoadedModels == mProperties.maxSoundModels) { in loadPhraseModel()
H A DConversionUtil.java65 aidlProperties.maxSoundModels = hidlProperties.maxSoundModels; in hidl2aidlProperties()
/aosp12/hardware/interfaces/soundtrigger/2.0/vts/functional/
H A DVtsHalSoundtriggerV2_0TargetTest.cpp166 EXPECT_GT(halProperties.maxSoundModels, 0u); in TEST_P()
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java154 int maxSoundModels, int maxKeyphrases, int maxUsers, in ModuleProperties() argument
164 this.mMaxSoundModels = maxSoundModels; in ModuleProperties()
288 int maxSoundModels = in.readInt(); in fromParcel() local
299 supportedModelArch, maxSoundModels, maxKeyphrases, maxUsers, recognitionModes, in fromParcel()
H A DConversionUtil.java54 properties.maxSoundModels, in aidl2apiModuleDescriptor()
/aosp12/hardware/interfaces/soundtrigger/2.0/
H A DISoundTriggerHw.hal42 uint32_t maxSoundModels;
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp322 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp344 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareImplTest.java163 properties.maxSoundModels = 456; in createDefaultProperties()
197 assertEquals(456, properties.maxSoundModels); in validateDefaultProperties()
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.cpp341 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()