Home
last modified time | relevance | path

Searched refs:getHalHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp42 if (halEvent->model != client->getHalHandle()) { in soundModelCallback()
44 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback()
166 ret = mHwDevice->unload_sound_model(mHwDevice, client->getHalHandle()); in unloadSoundModel()
200 ret = mHwDevice->start_recognition(mHwDevice, client->getHalHandle(), halConfig, in startRecognition()
226 ret = mHwDevice->stop_recognition(mHwDevice, client->getHalHandle()); in stopRecognition()
DSoundTriggerHalImpl.h51 sound_model_handle_t getHalHandle() const { return mHalHandle; } in getHalHandle() function