Home
last modified time | relevance | path

Searched defs:isIndividualSensorPrivacyEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/sensorprivacy/
H A DSensorPrivacyManager.cpp124 bool SensorPrivacyManager::isIndividualSensorPrivacyEnabled(int userId, int sensor) in isIndividualSensorPrivacyEnabled() function in android::SensorPrivacyManager
136 status_t SensorPrivacyManager::isIndividualSensorPrivacyEnabled(int userId, int sensor, in isIndividualSensorPrivacyEnabled() function in android::SensorPrivacyManager
/aosp12/frameworks/native/libs/sensorprivacy/aidl/android/hardware/
H A DISensorPrivacyManager.aidl35 boolean isIndividualSensorPrivacyEnabled(int userId, int sensor); in isIndividualSensorPrivacyEnabled() method
/aosp12/frameworks/base/core/java/android/hardware/
H A DISensorPrivacyManager.aidl40 boolean isIndividualSensorPrivacyEnabled(int userId, int sensor); in isIndividualSensorPrivacyEnabled() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java908 public boolean isIndividualSensorPrivacyEnabled(@UserIdInt int userId, int sensor) { in isIndividualSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl