Home
last modified time | relevance | path

Searched refs:mErrListenersGuard (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/
DCanBus.h96 std::mutex mErrListenersGuard; member
97 std::vector<sp<ICanErrorListener>> mErrListeners GUARDED_BY(mErrListenersGuard);
DCanBus.cpp171 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()