Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/common/
DCapoDetector.cpp114 std::lock_guard<std::mutex> lock(mCapoMutex); in handleNanoappMessage()
225 std::lock_guard<std::mutex> lock(mCapoMutex); in getCarriedPositionInfo()
DCapoDetector.h108 std::mutex mCapoMutex; variable