Searched refs:gManagerMutex (Results 1 – 1 of 1) sorted by relevance
35 static std::mutex gManagerMutex; variable36 static vibrator::ManagerHalController* gManager GUARDED_BY(gManagerMutex) = nullptr;68 std::lock_guard<std::mutex> lock(gManagerMutex); in android_server_vibrator_VibratorManagerService_getManager()75 std::lock_guard<std::mutex> lock(gManagerMutex); in destroyNativeService()85 std::lock_guard<std::mutex> lock(gManagerMutex); in nativeInit()