/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SensorPrivacyControllerImpl.java | 46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl() 54 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
|
D | SensorPrivacyController.java | 28 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/frameworks/native/libs/sensorprivacy/ |
D | SensorPrivacyManager.cpp | 76 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled() function in android::SensorPrivacyManager 81 service->isSensorPrivacyEnabled(&result); in isSensorPrivacyEnabled()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorPrivacyManager.java | 164 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyManager 166 return mService.isSensorPrivacyEnabled(); in isSensorPrivacyEnabled()
|
D | ISensorPrivacyManager.aidl | 31 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
D | ISensorPrivacyManager.aidl | 27 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
/frameworks/native/libs/sensorprivacy/include/sensorprivacy/ |
D | SensorPrivacyManager.h | 35 bool isSensorPrivacyEnabled();
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 474 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in dump() 547 if (mCurrentOperatingMode == RESTRICTED || mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in enableAllSensorsLocked() 550 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in enableAllSensorsLocked() 1168 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in createSensorDirectConnection() 1916 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 1925 bool SensorService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::SensorService::SensorPrivacyPolicy
|
D | SensorService.h | 153 bool isSensorPrivacyEnabled();
|
D | SensorEventConnection.cpp | 387 return mHasSensorAccess && !mService->mSensorPrivacyPolicy->isSensorPrivacyEnabled(); in hasSensorAccess()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensorPrivacyService.java | 139 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 585 bool isSensorPrivacyEnabled();
|
D | CameraService.cpp | 994 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in validateClientPermissionsLocked() 2827 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 2844 bool CameraService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::CameraService::SensorPrivacyPolicy
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 229 mSensorPrivacyController.isSensorPrivacyEnabled()); in PhoneStatusBarPolicy()
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.h | 410 bool isSensorPrivacyEnabled();
|
/frameworks/base/services/ |
D | art-profile | 1700 HSPLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->isSensorPrivacyEnabled()Z
|