Home
last modified time | relevance | path

Searched refs:hasCameraPrivacyFeature (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h714 bool hasCameraPrivacyFeature();
H A DCameraService.cpp3624 hasCameraPrivacyFeature(); // Called so the result is cached in registerSelf()
3648 if (!hasCameraPrivacyFeature()) { in isCameraPrivacyEnabled()
3676 bool CameraService::SensorPrivacyPolicy::hasCameraPrivacyFeature() { in hasCameraPrivacyFeature() function in android::CameraService::SensorPrivacyPolicy