Lines Matching refs:code
1668 control_write( client, "KO: Usage: event send <type>:<code>:<value> ...\r\n" );
1675 int type, code, value, ret;
1686 ret = android_event_from_str( p, &type, &code, &value );
1694 "KO: invalid event code in '%.*s', try 'event list codes <type>' for valid values\r\n",
1704 kbd_generic_event( type, code, value );
1727 control_write( client, " (%d code aliases)", count2 );
1752 control_write( client, "no code aliases defined for this type\r\n" );
1754 control_write( client, "type '%s' accepts the following <code> aliases:\r\n",
1841 "'event send <type>:<code>:<value> ...' allows your to send one or more hardware events\r\n"
1842 "to the Android kernel. you can use text names or integers for <type> and <code>\r\n", NULL,
1849 { "codes", "list all <code> aliases for a given <type>",
1850 "'event codes <type>' lists all <code> string aliases for a given event <type>\r\n",