Searched refs:logServiceError (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 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() [all …]
|
D | CameraService.h | 1218 void logServiceError(const std::string &msg, int errorCode);
|