Searched defs:soundModelCallback (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/vts/functional/
H A DVtsHalSoundtriggerV2_0TargetTest.cpp124 virtual Return<void> soundModelCallback( function in class:SoundTriggerHidlTest::SoundTriggerHwCallback
137 // updated by soundModelCallback()
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp31 void SoundTriggerHalImpl::soundModelCallback(struct sound_trigger_model_event *halEvent, function in class:android::hardware::soundtrigger::V2_0::implementation::SoundTriggerHalImpl
35 ALOGW("soundModelCallback called with NULL event");
41 ALOGW("soundModelCallback called on stale client");
45 ALOGW("soundModelCallback call with wrong handle %d on client with handle %d",
54 client->mCallback->soundModelCallback(event, client->mCookie);
68 ALOGW("soundModelCallback called on stale client");
145 ret = mHwDevice->load_sound_model(mHwDevice, halSoundModel, soundModelCallback,

Completed in 3447 milliseconds