Searched refs:supportsCameraApi (Results 1 – 9 of 9) sorted by relevance
153 boolean supportsCameraApi(String cameraId, int apiVersion); in supportsCameraApi() method
67 auto rc = mCameraService->supportsCameraApi(cameraIdStr, in TEST_F()
174 rc = mCameraService->supportsCameraApi(cameraIdStr, in TEST_F()
338 res = service->supportsCameraApi(cameraId, in TEST()
120 boolean supports = mUtils.getCameraService().supportsCameraApi( in testSupportsCamera2Api()132 boolean supports = mUtils.getCameraService().supportsCameraApi( in testSupportsCamera1Api()
250 binder::Status serviceRet = cs->supportsCameraApi(String16(deviceStatus.first), in getCameraIdList()
160 virtual binder::Status supportsCameraApi(
1883 Status CameraService::supportsCameraApi(const String16& cameraId, int apiVersion, in supportsCameraApi() function in android::CameraService
844 return cameraService.supportsCameraApi(cameraId, apiVersion); in supportsCameraApiLocked()