Lines Matching refs:SensorPrivacyManager
28 SensorPrivacyManager::SensorPrivacyManager() in SensorPrivacyManager() function in android::SensorPrivacyManager
32 sp<hardware::ISensorPrivacyManager> SensorPrivacyManager::getService() in getService()
43 bool SensorPrivacyManager::supportsSensorToggle(int toggleType, int sensor) { in supportsSensorToggle()
59 void SensorPrivacyManager::addSensorPrivacyListener( in addSensorPrivacyListener()
68 status_t SensorPrivacyManager::addToggleSensorPrivacyListener( in addToggleSensorPrivacyListener()
79 void SensorPrivacyManager::removeSensorPrivacyListener( in removeSensorPrivacyListener()
88 void SensorPrivacyManager::removeToggleSensorPrivacyListener( in removeToggleSensorPrivacyListener()
97 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled()
109 bool SensorPrivacyManager::isToggleSensorPrivacyEnabled(int sensor) in isToggleSensorPrivacyEnabled()
121 bool SensorPrivacyManager::isToggleSensorPrivacyEnabled(int toggleType, int sensor) in isToggleSensorPrivacyEnabled()
133 status_t SensorPrivacyManager::isToggleSensorPrivacyEnabled(int toggleType, int sensor, in isToggleSensorPrivacyEnabled()
146 int SensorPrivacyManager::getToggleSensorPrivacyState(int toggleType, int sensor) in getToggleSensorPrivacyState()
158 std::vector<String16> SensorPrivacyManager::getCameraPrivacyAllowlist(){ in getCameraPrivacyAllowlist()
168 bool SensorPrivacyManager::isCameraPrivacyEnabled(String16 packageName){ in isCameraPrivacyEnabled()
178 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()
187 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) in unlinkToDeath()