Home
last modified time | relevance | path

Searched refs:mSensorPrivacyEnabled (Results 1 – 7 of 7) 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.h225 std::atomic_bool mSensorPrivacyEnabled; variable
DSensorService.cpp2014 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
2024 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
2028 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h648 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()
664 bool mSensorPrivacyEnabled; variable
DCameraService.cpp3298 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf()
3316 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
3322 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1142 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1152 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
1156 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
DAudioPolicyService.h451 std::atomic_bool mSensorPrivacyEnabled = false; variable