/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 | 469 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in dump() 535 if (mCurrentOperatingMode == RESTRICTED || mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in enableAllSensorsLocked() 538 mSensorPrivacyPolicy->isSensorPrivacyEnabled() ? "enabled" : "disabled"); in enableAllSensorsLocked() 1134 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in createSensorDirectConnection() 1865 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 1874 bool SensorService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::SensorService::SensorPrivacyPolicy
|
D | SensorService.h | 212 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/audiopolicy/service/ |
D | AudioPolicyService.cpp | 448 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in updateUidStates_l() 1064 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf() 1073 bool AudioPolicyService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::AudioPolicyService::SensorPrivacyPolicy
|
D | AudioPolicyService.h | 423 bool isSensorPrivacyEnabled();
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 596 bool isSensorPrivacyEnabled();
|
D | CameraService.cpp | 1016 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in validateClientPermissionsLocked() 2867 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf() 2883 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/base/services/ |
D | art-profile | 1700 HSPLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->isSensorPrivacyEnabled()Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 41821 HSPLandroid/hardware/SensorPrivacyManager;->isSensorPrivacyEnabled()Z
|