Lines Matching refs:mImpl
56 explicit TrampolineSoundTriggerHw_2_1(sp<SoundTriggerHw> impl) : mImpl(impl) {} in TrampolineSoundTriggerHw_2_1()
60 return mImpl->getProperties(_hidl_cb); in getProperties()
65 return mImpl->loadSoundModel(soundModel, callback, cookie, _hidl_cb); in loadSoundModel()
71 return mImpl->loadPhraseSoundModel(soundModel, callback, cookie, _hidl_cb); in loadPhraseSoundModel()
74 return mImpl->unloadSoundModel(modelHandle); in unloadSoundModel()
80 return mImpl->startRecognition(modelHandle, config); in startRecognition()
83 return mImpl->stopRecognition(modelHandle); in stopRecognition()
85 Return<int32_t> stopAllRecognitions() override { return mImpl->stopAllRecognitions(); } in stopAllRecognitions()
91 return mImpl->loadSoundModel_2_1(soundModel, callback, cookie, _hidl_cb); in loadSoundModel_2_1()
97 return mImpl->loadPhraseSoundModel_2_1(soundModel, callback, cookie, _hidl_cb); in loadPhraseSoundModel_2_1()
103 return mImpl->startRecognition_2_1(modelHandle, config); in startRecognition_2_1()
107 sp<SoundTriggerHw> mImpl;