Searched refs:hapticsSwitchStatus (Results 1 – 2 of 2) sorted by relevance
317 bool hapticsSwitchStatus = systemSoundMgr_.CheckVibrateSwitchStatus(); in InitPlayer() local320 … (ringerMode == AudioStandard::AudioRingerMode::RINGER_MODE_NORMAL && !hapticsSwitchStatus)) { in InitPlayer()
221 bool hapticsSwitchStatus = systemSoundMgr_.CheckVibrateSwitchStatus(); in GetOptionsFromRingerMode() local222 options.muteHaptics = !hapticsSwitchStatus; in GetOptionsFromRingerMode()