Home
last modified time | relevance | path

Searched refs:mSensorPrivacyEnabled (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensorPrivacyControllerImpl.java37 private boolean mSensorPrivacyEnabled; field in SensorPrivacyControllerImpl
46 mSensorPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(); in SensorPrivacyControllerImpl()
56 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
84 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
92 listener.onSensorPrivacyChanged(mSensorPrivacyEnabled); in notifyListenerLocked()
/frameworks/native/services/sensorservice/
DSensorService.h159 std::atomic_bool mSensorPrivacyEnabled; variable
DSensorService.cpp1916 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1926 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
1930 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h580 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()
595 bool mSensorPrivacyEnabled; variable
DCameraService.cpp2827 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
2846 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
2852 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h416 std::atomic_bool mSensorPrivacyEnabled; variable