Searched refs:curInputDevice_ (Results 1 – 2 of 2) sorted by relevance
1113 std::mutex curInputDevice_; // lock this mutex to operate currentActiveInputDevice_ variable
2041 std::lock_guard<std::mutex> lock(curInputDevice_); in SetCurrenInputDevice()2047 std::lock_guard<std::mutex> lock(curInputDevice_); in GetCurrentInputDevice()2054 std::lock_guard<std::mutex> lock(curInputDevice_); in GetCurrentInputDeviceType()2060 std::lock_guard<std::mutex> lock(curInputDevice_); in SetCurrentInputDeviceType()