Searched refs:hidlResult (Results 1 – 1 of 1) sorted by relevance
93 Return<void> hidlResult = mStHalService->loadSoundModel( in load() local100 if (hidlResult.isOk()) { in load()109 hidlResult.description().c_str()); in load()117 Return<int32_t> hidlResult = mStHalService->unloadSoundModel(mLpmaHandle); in unload() local120 if (hidlResult.isOk()) { in unload()121 if (hidlResult != 0) { in unload()122 LOGE("Failed to unload LPMA with %" PRId32, int32_t(hidlResult)); in unload()126 hidlResult.description().c_str()); in unload()