Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp603 if (shouldRejectSystemCameraConnection(String8(cameraIdStr.c_str()))) { in getCameraInfo()
672 if (shouldRejectSystemCameraConnection(String8(cameraId))) { in getCameraCharacteristics()
1142 if (shouldRejectSystemCameraConnection(cameraId)) { in validateClientPermissionsLocked()
1533 bool CameraService::shouldRejectSystemCameraConnection(const String8& cameraId) const { in shouldRejectSystemCameraConnection() function in android::CameraService
2100 if (shouldRejectSystemCameraConnection(cameraIdStr)) { in getConcurrentCameraIds()
DCameraService.h706 bool shouldRejectSystemCameraConnection(const String8 & cameraId) const;