Home
last modified time | relevance | path

Searched refs:isSensorPrivacyEnabled (Results 1 – 16 of 16) 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.cpp474 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
DSensorService.h153 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/camera/libcameraservice/
DCameraService.h585 bool isSensorPrivacyEnabled();
DCameraService.cpp994 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/
DPhoneStatusBarPolicy.java229 mSensorPrivacyController.isSensorPrivacyEnabled()); in PhoneStatusBarPolicy()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h410 bool isSensorPrivacyEnabled();
/frameworks/base/services/
Dart-profile1700 HSPLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->isSensorPrivacyEnabled()Z