Searched refs:getHalHandle (Results 1 – 2 of 2) sorted by relevance
42 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()
51 sound_model_handle_t getHalHandle() const { return mHalHandle; } in getHalHandle() function