Searched refs:maxSoundModels (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/media/aidl/android/media/soundtrigger_middleware/ |
H A D | SoundTriggerModuleProperties.aidl | 42 int maxSoundModels;
|
/aosp12/hardware/interfaces/soundtrigger/2.3/vts/functional/ |
H A D | VtsHalSoundtriggerV2_3TargetTest.cpp | 80 EXPECT_GT(halProperties.base.maxSoundModels, 0u); in TEST_P()
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerModule.java | 285 if (mNumLoadedModels == mProperties.maxSoundModels) { in loadModel() 316 if (mNumLoadedModels == mProperties.maxSoundModels) { in loadPhraseModel()
|
H A D | ConversionUtil.java | 65 aidlProperties.maxSoundModels = hidlProperties.maxSoundModels; in hidl2aidlProperties()
|
/aosp12/hardware/interfaces/soundtrigger/2.0/vts/functional/ |
H A D | VtsHalSoundtriggerV2_0TargetTest.cpp | 166 EXPECT_GT(halProperties.maxSoundModels, 0u); in TEST_P()
|
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A D | SoundTrigger.java | 154 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 D | ConversionUtil.java | 54 properties.maxSoundModels, in aidl2apiModuleDescriptor()
|
/aosp12/hardware/interfaces/soundtrigger/2.0/ |
H A D | ISoundTriggerHw.hal | 42 uint32_t maxSoundModels;
|
/aosp12/hardware/interfaces/soundtrigger/2.0/default/ |
H A D | SoundTriggerHalImpl.cpp | 322 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
|
/aosp12/hardware/interfaces/soundtrigger/2.2/default/ |
H A D | SoundTriggerHw.cpp | 344 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareImplTest.java | 163 properties.maxSoundModels = 456; in createDefaultProperties() 197 assertEquals(456, properties.maxSoundModels); in validateDefaultProperties()
|
/aosp12/hardware/interfaces/soundtrigger/2.3/default/ |
H A D | SoundTriggerHw.cpp | 341 properties->maxSoundModels = halProperties->max_sound_models; in convertPropertiesFromHal()
|