Home
last modified time | relevance | path

Searched refs:isIndividualSensorPrivacyEnabled (Results 1 – 10 of 10) 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
129 service->isIndividualSensorPrivacyEnabled(userId, sensor, &result); in isIndividualSensorPrivacyEnabled()
136 status_t SensorPrivacyManager::isIndividualSensorPrivacyEnabled(int userId, int sensor, in isIndividualSensorPrivacyEnabled() function in android::SensorPrivacyManager
141 binder::Status res = service->isIndividualSensorPrivacyEnabled(userId, sensor, &returnVal); in isIndividualSensorPrivacyEnabled()
/aosp12/frameworks/native/libs/sensorprivacy/include/sensorprivacy/
H A DSensorPrivacyManager.h48 bool isIndividualSensorPrivacyEnabled(int userId, int sensor);
49 status_t isIndividualSensorPrivacyEnabled(int userId, int sensor, bool &result);
/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
H A DSensorPrivacyManager.java398 return mService.isIndividualSensorPrivacyEnabled(userId, sensor); in isSensorPrivacyEnabled()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java413 if (!isIndividualSensorPrivacyEnabled(user.getIdentifier(), sensor)) { in onSensorUseStarted()
908 public boolean isIndividualSensorPrivacyEnabled(@UserIdInt int userId, int sensor) { in isIndividualSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl
1280 if (!isIndividualSensorPrivacyEnabled(mCurrentUser, sensor)) { in showSensorUseDialog()
1860 .mSensorPrivacyServiceImpl.isIndividualSensorPrivacyEnabled(userId, sensor); in isSensorPrivacyEnabled()
1950 .isIndividualSensorPrivacyEnabled(mCurrentUser, MICROPHONE)) { in onEmergencyCall()
/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.cpp2280 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForIndividual()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp1481 mSensorPrivacyEnabled = spm.isIndividualSensorPrivacyEnabled(userId, in registerSelfForMicrophoneOnly()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp3651 return mSpm.isIndividualSensorPrivacyEnabled(userId, in isCameraPrivacyEnabled()
/aosp12/frameworks/base/services/
H A Dart-profile2788 …roid/server/SensorPrivacyService$SensorPrivacyServiceImpl;->isIndividualSensorPrivacyEnabled(II)Z+…