Home
last modified time | relevance | path

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

/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.cpp60 if (halEvent->model != client->getHalHandle()) { in soundModelCallback_()
62 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback_()
188 ret = mHwDevice->unload_sound_model(mHwDevice, client->getHalHandle()); in unloadSoundModel()
224 ret = mHwDevice->start_recognition(mHwDevice, client->getHalHandle(), halConfig, in startRecognition()
250 ret = mHwDevice->stop_recognition(mHwDevice, client->getHalHandle()); in stopRecognition()
764 return mHwDevice->get_model_state(mHwDevice, client->getHalHandle()); in getModelState()
818 ret = mHwDevice->start_recognition_extended(mHwDevice, client->getHalHandle(), header, in startRecognition_2_3()
842 return mHwDevice->set_parameter(mHwDevice, client->getHalHandle(), in setParameter()
864 int32_t status = mHwDevice->get_parameter(mHwDevice, client->getHalHandle(), in getParameter()
890 mHwDevice, client->getHalHandle(), convertModelParameterToHal(modelParam), &paramRange); in queryParameter()
DSoundTriggerHw.h114 sound_model_handle_t getHalHandle() const { return mHalHandle; } in getHalHandle() function
/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
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp60 if (halEvent->model != client->getHalHandle()) { in soundModelCallback_()
62 (int)halEvent->model, (int)client->getHalHandle()); in soundModelCallback_()
187 ret = mHwDevice->unload_sound_model(mHwDevice, client->getHalHandle()); in unloadSoundModel()
223 ret = mHwDevice->start_recognition(mHwDevice, client->getHalHandle(), halConfig, in startRecognition()
249 ret = mHwDevice->stop_recognition(mHwDevice, client->getHalHandle()); in stopRecognition()
717 return mHwDevice->get_model_state(mHwDevice, client->getHalHandle()); in getModelState()
DSoundTriggerHw.h97 sound_model_handle_t getHalHandle() const { return mHalHandle; } in getHalHandle() function