Searched refs:mErrListenersGuard (Results 1 – 2 of 2) sorted by relevance
96 std::mutex mErrListenersGuard; member97 std::vector<sp<ICanErrorListener>> mErrListeners GUARDED_BY(mErrListenersGuard);
171 std::lock_guard<std::mutex> lck(mErrListenersGuard); in clearErrListeners()186 std::lock_guard<std::mutex> errLck(mErrListenersGuard); in listenForErrors()190 std::lock_guard<std::mutex> lck(mErrListenersGuard); in listenForErrors()268 std::lock_guard<std::mutex> lck(mErrListenersGuard); in notifyErrorListeners()