Home
last modified time | relevance | path

Searched refs:skin_key_command_to_str (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/skin/
Dkeyset.h64 extern const char* skin_key_command_to_str ( SkinKeyCommand command );
Dkeyset.c39 skin_key_command_to_str( SkinKeyCommand cmd ) in skin_key_command_to_str() function
345 … D( "adding binding %s to %s", skin_key_command_to_str(command), skin_key_symmod_to_str(sym,mod)); in skin_keyset_add()
Dkeyboard.c328 skin_key_command_to_str(command), sym, mod, skin_key_symmod_to_str(sym,mod)); in skin_keyboard_key_to_code()
/external/qemu/android/
Dhelp.c306 strings[n] = skin_key_command_to_str(n+1); in help_keyset_file()