Searched refs:currentActiveDevicesMutex_ (Results 1 – 2 of 2) sorted by relevance
227 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in IsArmUsbDevice()384 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in AddNewDevice()406 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in GetConnDevicesStr()450 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in RemoveNewDevice()785 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in GetAvailableDevicesByUsage()850 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in GetAvailableBluetoothDevice()861 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in GetScoState()875 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in UpdateDevicesListInfo()1064 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in GetDevicesByFilter()1110 std::lock_guard<std::mutex> currentActiveDevicesLock(currentActiveDevicesMutex_); in OnReceiveBluetoothEvent()[all …]
180 std::mutex currentActiveDevicesMutex_; variable