Searched defs:addSensorPrivacyListener (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManager.java | 252 public void addSensorPrivacyListener(@Sensors.Sensor int sensor, in addSensorPrivacyListener() method in SensorPrivacyManager 269 public void addSensorPrivacyListener(@Sensors.Sensor int sensor, @UserIdInt int userId, in addSensorPrivacyListener() method in SensorPrivacyManager 287 public void addSensorPrivacyListener(@Sensors.Sensor int sensor, @NonNull Executor executor, in addSensorPrivacyListener() method in SensorPrivacyManager 323 public void addSensorPrivacyListener(@Sensors.Sensor int sensor, @UserIdInt int userId, in addSensorPrivacyListener() method in SensorPrivacyManager
|
H A D | SensorPrivacyManagerInternal.java | 55 public abstract void addSensorPrivacyListener(int userId, int sensor, in addSensorPrivacyListener() method in SensorPrivacyManagerInternal
|
H A D | ISensorPrivacyManager.aidl | 29 void addSensorPrivacyListener(in ISensorPrivacyListener listener); in addSensorPrivacyListener() method
|
/aosp12/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
H A D | ISensorPrivacyManager.aidl | 25 void addSensorPrivacyListener(in ISensorPrivacyListener listener); in addSensorPrivacyListener() method
|
/aosp12/frameworks/native/libs/sensorprivacy/ |
H A D | SensorPrivacyManager.cpp | 74 void SensorPrivacyManager::addSensorPrivacyListener( in addSensorPrivacyListener() function in android::SensorPrivacyManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | SensorPrivacyService.java | 1170 public void addSensorPrivacyListener(ISensorPrivacyListener listener) { in addSensorPrivacyListener() method in SensorPrivacyService.SensorPrivacyServiceImpl 1864 public void addSensorPrivacyListener(int userId, int sensor, in addSensorPrivacyListener() method in SensorPrivacyService.SensorPrivacyManagerInternalImpl
|