/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SensorPrivacyController.java | 33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
H A D | SensorPrivacyControllerImpl.java | 56 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManagerInternal.java | 49 public abstract boolean isSensorPrivacyEnabled(int userId, int sensor); in isSensorPrivacyEnabled() method in SensorPrivacyManagerInternal
|
H A D | SensorPrivacyManager.java | 384 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyManager 396 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor, @UserIdInt int userId) { in isSensorPrivacyEnabled() method in SensorPrivacyManager
|
H A D | ISensorPrivacyManager.aidl | 38 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/aosp12/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
H A D | ISensorPrivacyManager.aidl | 33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/aosp12/frameworks/native/libs/sensorprivacy/ |
H A D | SensorPrivacyManager.cpp | 112 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled() function in android::SensorPrivacyManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SensorPrivacyService.java | 896 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl 901 private boolean isSensorPrivacyEnabled(@UserIdInt int userId) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl 1858 public boolean isSensorPrivacyEnabled(int userId, int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyManagerInternalImpl
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorService.cpp | 2243 bool SensorService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::SensorService::SensorPrivacyPolicy
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyService.cpp | 1492 bool AudioPolicyService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::AudioPolicyService::SensorPrivacyPolicy
|
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 3642 bool CameraService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::CameraService::SensorPrivacyPolicy
|