Searched refs:swToggleIdx (Results 1 – 1 of 1) sorted by relevance
1080 final int swToggleIdx = 0; in userSwitching() local1084 prevMicState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()1086 prevCamState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(from, in userSwitching()1088 micState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()1090 camState[swToggleIdx] = isToggleSensorPrivacyEnabledInternal(to, in userSwitching()1105 if (from == USER_NULL || prevMicState[swToggleIdx] != micState[swToggleIdx] in userSwitching()1108 micState[swToggleIdx]); in userSwitching()1111 setGlobalRestriction(MICROPHONE, micState[swToggleIdx] || micState[hwToggleIdx]); in userSwitching()1113 if (from == USER_NULL || prevCamState[swToggleIdx] != camState[swToggleIdx] in userSwitching()1116 camState[swToggleIdx]); in userSwitching()[all …]