Searched refs:supportsCameraApi (Results 1 – 7 of 7) sorted by relevance
135 boolean supportsCameraApi(int cameraId, int apiVersion); in supportsCameraApi() method
120 boolean supports = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_2); in testSupportsCamera2Api()131 boolean supports = mUtils.getCameraService().supportsCameraApi(cameraId, API_VERSION_1); in testSupportsCamera1Api()
325 serviceRet = cs->supportsCameraApi(i, hardware::ICameraService::API_VERSION_2, in getOrCreateCameraIdListLocked()
311 res = service->supportsCameraApi(i, in TEST()
743 return cameraService.supportsCameraApi(id, apiVersion); in supportsCameraApiLocked()
149 virtual binder::Status supportsCameraApi(
1588 Status CameraService::supportsCameraApi(int cameraId, int apiVersion, bool *isSupported) { in supportsCameraApi() function in android::CameraService