Searched refs:mCommandMutex (Results 1 – 2 of 2) sorted by relevance
141 std::lock_guard<std::mutex> lock(client->mCommandMutex); in onHotplug()545 std::lock_guard<std::mutex> lock(mCommandMutex); in setInputCommandQueue()566 std::lock_guard<std::mutex> lock(mCommandMutex); in executeCommands()776 std::lock_guard<std::mutex> lock(mCommandMutex); in executeCommands_2_2()892 std::lock_guard<std::mutex> lock(mCommandMutex); in executeCommands_2_3()
360 std::mutex mCommandMutex; variable