Home | History | Annotate | Download | only in android

Lines Matching refs:handler

348     int         (*handler)( ControlClient  client, char* args );
349 CommandDef subcommands; /* if handler is NULL */
438 if (cmd->handler) {
439 if ( !cmd->handler( client, args ) ) {
445 /* no handler means we should have sub-commands */