Searched refs:logServiceError (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 277 logServiceError("Unable to initialize camera provider manager", in enumerateProviders() 835 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in createDefaultRequest() 898 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in isSessionConfigurationWithParametersSupported() 956 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in isSessionConfigurationWithParametersSupportedUnsafe() 964 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in isSessionConfigurationWithParametersSupportedUnsafe() 975 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in isSessionConfigurationWithParametersSupportedUnsafe() 998 logServiceError("Camera subsystem is not available", ERROR_DISCONNECTED); in getSessionCharacteristics() 1052 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in getSessionCharacteristics() 1062 logServiceError(msg, CameraService::ERROR_ILLEGAL_ARGUMENT); in getSessionCharacteristics() 1073 logServiceError(msg, CameraService::ERROR_INVALID_OPERATION); in getSessionCharacteristics() [all …]
|
D | CameraService.h | 1194 void logServiceError(const std::string &msg, int errorCode);
|