Lines Matching defs:handler
74 * \brief Install local error handler
75 * \param func The local error handler function
76 * \retval Previous local error handler function
86 * \brief The default error handler function.
117 * Pointer to the error handler function.
123 * \brief Sets the error handler.
124 * \param handler The pointer to the new error handler function.
126 * This function sets a new error handler, or (if \c handler is \c NULL)
129 int snd_lib_error_set_handler(snd_lib_error_handler_t handler)
131 snd_lib_error = handler == NULL ? snd_lib_error_default : handler;
175 * The ALSA error message handler