Home
last modified time | relevance | path

Searched refs:isSensorPrivacyEnabled (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensorPrivacyControllerImpl.java46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl()
54 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
DSensorPrivacyController.java28 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp76 bool SensorPrivacyManager::isSensorPrivacyEnabled() in isSensorPrivacyEnabled() function in android::SensorPrivacyManager
81 service->isSensorPrivacyEnabled(&result); in isSensorPrivacyEnabled()
/frameworks/base/core/java/android/hardware/
DSensorPrivacyManager.java164 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyManager
166 return mService.isSensorPrivacyEnabled(); in isSensorPrivacyEnabled()
DISensorPrivacyManager.aidl31 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
/frameworks/native/libs/sensorprivacy/aidl/android/hardware/
DISensorPrivacyManager.aidl27 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
/frameworks/native/libs/sensorprivacy/include/sensorprivacy/
DSensorPrivacyManager.h35 bool isSensorPrivacyEnabled();
/frameworks/native/services/sensorservice/
DSensorService.cpp469 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
DSensorService.h212 bool isSensorPrivacyEnabled();
DSensorEventConnection.cpp387 return mHasSensorAccess && !mService->mSensorPrivacyPolicy->isSensorPrivacyEnabled(); in hasSensorAccess()
/frameworks/base/services/core/java/com/android/server/
DSensorPrivacyService.java139 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp448 if (mSensorPrivacyPolicy->isSensorPrivacyEnabled()) { in updateUidStates_l()
1064 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1073 bool AudioPolicyService::SensorPrivacyPolicy::isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() function in android::AudioPolicyService::SensorPrivacyPolicy
DAudioPolicyService.h423 bool isSensorPrivacyEnabled();
/frameworks/av/services/camera/libcameraservice/
DCameraService.h596 bool isSensorPrivacyEnabled();
DCameraService.cpp1016 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/
DPhoneStatusBarPolicy.java229 mSensorPrivacyController.isSensorPrivacyEnabled()); in PhoneStatusBarPolicy()
/frameworks/base/services/
Dart-profile1700 HSPLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->isSensorPrivacyEnabled()Z
/frameworks/base/config/
Dboot-image-profile.txt41821 HSPLandroid/hardware/SensorPrivacyManager;->isSensorPrivacyEnabled()Z