/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SensorPrivacyController.java | 33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
D | SensorPrivacyControllerImpl.java | 55 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
|
D | IndividualSensorPrivacyControllerImpl.java | 51 mState.put(sensor, mSensorPrivacyManager.isSensorPrivacyEnabled(sensor)); in init()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorPrivacyManagerInternal.java | 49 public abstract boolean isSensorPrivacyEnabled(int userId, int sensor); in isSensorPrivacyEnabled() method in SensorPrivacyManagerInternal
|
D | SensorPrivacyManager.java | 384 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyManager 385 return isSensorPrivacyEnabled(sensor, UserHandle.USER_CURRENT); in isSensorPrivacyEnabled() 396 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor, @UserIdInt int userId) { in isSensorPrivacyEnabled() method in SensorPrivacyManager 628 return mService.isSensorPrivacyEnabled(); in isAllSensorPrivacyEnabled()
|
D | ISensorPrivacyManager.aidl | 38 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/frameworks/native/libs/sensorprivacy/ |
D | SensorPrivacyManager.cpp | 112 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled() function in android::SensorPrivacyManager 117 service->isSensorPrivacyEnabled(&result); in isSensorPrivacyEnabled()
|
/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
D | ISensorPrivacyManager.aidl | 33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/frameworks/native/libs/sensorprivacy/include/sensorprivacy/ |
D | SensorPrivacyManager.h | 47 bool isSensorPrivacyEnabled();
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 342 return !mSensorPrivacyPolicy->isSensorPrivacyEnabled() in hasSensorAccessLocked() 511 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in dump() 635 proto.write(SENSOR_PRIVACY, mSensorPrivacyPolicy->isSensorPrivacyEnabled()); in dumpProtoLocked() 704 if (mCurrentOperatingMode == RESTRICTED || mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in enableAllSensorsLocked() 707 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in enableAllSensorsLocked() 1349 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in createSensorDirectConnection() 2236 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 2251 bool SensorService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::SensorService::SensorPrivacyPolicy 2305 return mMicSensorPrivacyPolicies[userId]->isSensorPrivacyEnabled(); in isMicSensorPrivacyEnabledForUid()
|
D | SensorService.h | 250 bool isSensorPrivacyEnabled();
|
D | SensorEventConnection.cpp | 443 && !mService->mSensorPrivacyPolicy->isSensorPrivacyEnabled(); in hasSensorAccess()
|
/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
D | RotationResolverManagerService.java | 166 final boolean isCameraAvailable = !mPrivacyManager.isSensorPrivacyEnabled( in resolveRotation()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensorPrivacyService.java | 882 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl 884 return isSensorPrivacyEnabled(USER_SYSTEM); in isSensorPrivacyEnabled() 887 private boolean isSensorPrivacyEnabled(@UserIdInt int userId) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl 1106 null, XML_ATTRIBUTE_ENABLED, isSensorPrivacyEnabled(userId)); in persistSensorPrivacyStateLocked() 1836 public boolean isSensorPrivacyEnabled(int userId, int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyManagerInternalImpl
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbUserPermissionManager.java | 199 boolean isCameraPrivacyEnabled = mSensorPrivacyMgrInternal.isSensorPrivacyEnabled( in hasPermission() 210 if (device.getHasAudioCapture() && mSensorPrivacyMgrInternal.isSensorPrivacyEnabled( in hasPermission()
|
/frameworks/base/services/core/java/com/android/server/attention/ |
D | AttentionManagerService.java | 255 if (mPrivacyManager.isSensorPrivacyEnabled(SensorPrivacyManager.Sensors.CAMERA)) { in checkAttention()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 590 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in updateUidStates_l() 1407 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 1424 bool AudioPolicyService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::AudioPolicyService::SensorPrivacyPolicy
|
D | AudioPolicyService.h | 452 bool isSensorPrivacyEnabled();
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubService.java | 1100 boolean isEnabled = mSensorPrivacyManagerInternal.isSensorPrivacyEnabled(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 323 mSensorPrivacyController.isSensorPrivacyEnabled()); in init()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 699 bool isSensorPrivacyEnabled();
|
D | CameraService.cpp | 1231 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in validateClientPermissionsLocked() 3622 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf() 3638 bool CameraService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::CameraService::SensorPrivacyPolicy
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskSupervisor.java | 1234 final boolean cameraPrivacyEnabled = spmi.isSensorPrivacyEnabled( in getActionRestrictionForCallingPackage()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 7859 .isSensorPrivacyEnabled(getCurrentUserId(), in onReceive()
|
/frameworks/base/core/api/ |
D | system-current.txt | 3121 …ion(android.Manifest.permission.OBSERVE_SENSOR_PRIVACY) public boolean isSensorPrivacyEnabled(int);
|