Searched refs:currentlyEnabled (Results 1 – 2 of 2) sorted by relevance
839 bool currentlyEnabled = index < 0; in setInputDeviceEnabled() local840 if (!enabled && currentlyEnabled) { in setInputDeviceEnabled()843 if (enabled && !currentlyEnabled) { in setInputDeviceEnabled()
165 bool currentlyEnabled = index < 0; in addDisabledDevice() local166 if (currentlyEnabled) { in addDisabledDevice()173 bool currentlyEnabled = index < 0; in removeDisabledDevice() local174 if (!currentlyEnabled) { in removeDisabledDevice()