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.java38 private boolean mSensorPrivacyEnabled; field in SensorPrivacyControllerImpl
49 mSensorPrivacyEnabled = mSensorPrivacyManager.isAllSensorPrivacyEnabled(); in init()
58 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
86 mSensorPrivacyEnabled = enabled; in onAllSensorPrivacyChanged()
94 listener.onSensorPrivacyChanged(mSensorPrivacyEnabled); in notifyListenerLocked()
/frameworks/native/services/sensorservice/
DSensorService.cpp2704 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
2715 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
2720 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
2736 mSensorPrivacyEnabled = in registerSelf()
2757 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
DSensorService.h350 std::atomic_bool mSensorPrivacyEnabled;
/frameworks/av/services/camera/libcameraservice/
DCameraService.h894 mSensorPrivacyEnabled(false), in SensorPrivacyPolicy()
919 bool mSensorPrivacyEnabled; variable
DCameraService.cpp4887 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerWithSensorPrivacyManager()
4938 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
4970 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1742 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1752 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
1757 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
DAudioPolicyService.h566 std::atomic_bool mSensorPrivacyEnabled = false; variable