Home | History | Annotate | Download | only in android

Lines Matching defs:code

1851         control_write( client, "KO: Usage: event send <type>:<code>:<value> ...\r\n" );
1859 int type, code, value, ret;
1871 ret = android_event_from_str( temp, &type, &code, &value );
1879 "KO: invalid event code in '%.*s', try 'event list codes <type>' for valid values\r\n",
1889 user_event_generic( type, code, value );
1912 control_write( client, " (%d code aliases)", count2 );
1937 control_write( client, "no code aliases defined for this type\r\n" );
1939 control_write( client, "type '%s' accepts the following <code> aliases:\r\n",
2031 "'event send <type>:<code>:<value> ...' allows your to send one or more hardware events\r\n"
2032 "to the Android kernel. you can use text names or integers for <type> and <code>\r\n", NULL,
2039 { "codes", "list all <code> aliases for a given <type>",
2040 "'event codes <type>' lists all <code> string aliases for a given event <type>\r\n",