Searched refs:pidSensorInfoMutex_ (Results 1 – 2 of 2) sorted by relevance
53 std::lock_guard<std::mutex> pidSensorInfoLock(pidSensorInfoMutex_); in SuspendSensors()107 std::lock_guard<std::mutex> pidSensorInfoLock(pidSensorInfoMutex_); in ResumeSensors()193 std::lock_guard<std::mutex> pidSensorInfoLock(pidSensorInfoMutex_); in GetSuspendPidList()
51 std::mutex pidSensorInfoMutex_; variable