Home
last modified time | relevance | path

Searched refs:removeSensorPrivacyListener (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp67 void SensorPrivacyManager::removeSensorPrivacyListener( in removeSensorPrivacyListener() function in android::SensorPrivacyManager
72 service->removeSensorPrivacyListener(listener); in removeSensorPrivacyListener()
/frameworks/base/core/java/android/hardware/
DSensorPrivacyManager.java145 public void removeSensorPrivacyListener(OnSensorPrivacyChangedListener listener) { in removeSensorPrivacyListener() method in SensorPrivacyManager
151 mService.removeSensorPrivacyListener(iListener); in removeSensorPrivacyListener()
DISensorPrivacyManager.aidl29 void removeSensorPrivacyListener(in ISensorPrivacyListener listener); in removeSensorPrivacyListener() method
/frameworks/native/libs/sensorprivacy/aidl/android/hardware/
DISensorPrivacyManager.aidl25 void removeSensorPrivacyListener(in ISensorPrivacyListener listener); in removeSensorPrivacyListener() method
/frameworks/native/libs/sensorprivacy/include/sensorprivacy/
DSensorPrivacyManager.h34 void removeSensorPrivacyListener(const sp<hardware::ISensorPrivacyListener>& listener);
/frameworks/base/services/core/java/com/android/server/
DSensorPrivacyService.java210 public void removeSensorPrivacyListener(ISensorPrivacyListener listener) { in removeSensorPrivacyListener() method in SensorPrivacyService.SensorPrivacyServiceImpl
292 mSensorPrivacyServiceImpl.removeSensorPrivacyListener(mListener); in binderDied()
/frameworks/native/services/sensorservice/
DSensorService.cpp2020 spm.removeSensorPrivacyListener(this); in unregisterSelf()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1148 spm.removeSensorPrivacyListener(this); in unregisterSelf()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3308 mSpm.removeSensorPrivacyListener(this); in unregisterSelf()
/frameworks/base/services/
Dart-profile3191 PLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->removeSensorPrivacyListener(La…