Searched refs:android_event_from_str (Results 1 – 3 of 3) sorted by relevance
133 android_event_from_str( const char* name, in android_event_from_str() function
522 extern int android_event_from_str( const char* name,
1686 ret = android_event_from_str( p, &type, &code, &value ); in do_event_send()1745 if ( android_event_from_str( args, &type, &dummy, &dummy ) < 0 ) { in do_event_codes()