/aosp12/hardware/interfaces/soundtrigger/2.1/default/ |
H A D | SoundTriggerHw.h | 43 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel, 88 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel, in loadSoundModel_2_1() function 91 return mImpl->loadSoundModel_2_1(soundModel, callback, cookie, _hidl_cb); in loadSoundModel_2_1()
|
H A D | SoundTriggerHw.cpp | 100 Return<void> SoundTriggerHw::loadSoundModel_2_1( in loadSoundModel_2_1() function in android::hardware::soundtrigger::V2_1::implementation::SoundTriggerHw
|
/aosp12/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
H A D | VtsHalSoundtriggerV2_1TargetTest.cpp | 241 mSoundTriggerHal->loadSoundModel_2_1(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_P() 280 mSoundTriggerHal->loadSoundModel_2_1(model, mCallback, 0, [&](int32_t retval, auto res) { in TEST_P()
|
/aosp12/hardware/interfaces/soundtrigger/2.1/ |
H A D | ISoundTriggerHw.hal | 32 * passed to loadSoundModel_2_1() and contains the binary data of the 96 loadSoundModel_2_1(SoundModel soundModel,
|
/aosp12/hardware/interfaces/soundtrigger/2.2/default/ |
H A D | SoundTriggerHw.h | 72 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel,
|
H A D | SoundTriggerHw.cpp | 603 Return<void> SoundTriggerHw::loadSoundModel_2_1( in loadSoundModel_2_1() function in android::hardware::soundtrigger::V2_2::implementation::SoundTriggerHw
|
/aosp12/hardware/interfaces/soundtrigger/2.3/default/ |
H A D | SoundTriggerHw.h | 72 Return<void> loadSoundModel_2_1(const V2_1::ISoundTriggerHw::SoundModel& soundModel,
|
H A D | SoundTriggerHw.cpp | 659 Return<void> SoundTriggerHw::loadSoundModel_2_1( in loadSoundModel_2_1() function in android::hardware::soundtrigger::V2_3::implementation::SoundTriggerHw
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHw2Compat.java | 146 as2_1().loadSoundModel_2_1(soundModel, new SoundTriggerCallback(callback), cookie, in loadSoundModel()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareImplTest.java | 444 }).when(driver).loadSoundModel_2_1(modelCaptor.capture(), callbackCaptor.capture(), in loadGenericModel_2_1() 451 verify(driver).loadSoundModel_2_1(any(), any(), anyInt(), any()); in loadGenericModel_2_1()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 224 HPLandroid/hardware/soundtrigger/V2_2/ISoundTriggerHw$Proxy;->loadSoundModel_2_1(Landroid/hardware/… 234 HPLandroid/hardware/soundtrigger/V2_3/ISoundTriggerHw$Proxy;->loadSoundModel_2_1(Landroid/hardware/…
|