Lines Matching refs:logServiceError
280 logServiceError("Unable to initialize camera provider manager", in enumerateProviders()
841 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in createDefaultRequest()
900 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in isSessionConfigurationWithParametersSupported()
957 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in isSessionConfigurationWithParametersSupportedUnsafe()
965 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in isSessionConfigurationWithParametersSupportedUnsafe()
976 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in isSessionConfigurationWithParametersSupportedUnsafe()
1000 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getSessionCharacteristics()
1054 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in getSessionCharacteristics()
1064 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in getSessionCharacteristics()
1075 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in getSessionCharacteristics()
1230 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getCameraInfo()
1253 logServiceError(std::string("Error retrieving camera info from device ") in getCameraInfo()
1304 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getCameraCharacteristics()
1335 logServiceError(fmt::sprintf("Unable to retrieve camera characteristics for device %s.", in getCameraCharacteristics()
3106 logServiceError(msg, errorCode); in setTorchMode()
3351 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getConcurrentCameraIds()
3441 logServiceError("Unable to query session configuration support", in isConcurrentSessionConfigurationSupported()
3496 logServiceError(msg, ERROR_ILLEGAL_ARGUMENT); in addListenerHelper()
4001 void CameraService::logServiceError(const std::string &msg, int errorCode) { in logServiceError() function in android::CameraService