Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A 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()
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h258 std::atomic_bool mSensorPrivacyEnabled; variable
H A DSensorService.cpp2228 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
2244 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
2248 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
2280 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForIndividual()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h694 : mService(service), mSensorPrivacyEnabled(false), mRegistered(false) {} in SensorPrivacyPolicy()
711 bool mSensorPrivacyEnabled; variable
H A DCameraService.cpp3626 mSensorPrivacyEnabled = mSpm.isSensorPrivacyEnabled(); in registerSelf()
3644 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
3658 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1475 mSensorPrivacyEnabled = spm.isSensorPrivacyEnabled(); in registerSelf()
1481 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForMicrophoneOnly()
1493 return mSensorPrivacyEnabled; in isSensorPrivacyEnabled()
1497 mSensorPrivacyEnabled = enabled; in onSensorPrivacyChanged()
H A DAudioPolicyService.h475 std::atomic_bool mSensorPrivacyEnabled = false; variable