OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skin_key_symmod_to_str
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/skin/
keyset.h
97
extern const char*
skin_key_symmod_to_str
( int sym, int mod );
keyboard.c
306
skin_key_command_to_str(command), sym, mod,
skin_key_symmod_to_str
(sym,mod));
311
skin_key_symmod_to_str
(sym,mod));
keyset.c
222
skin_key_symmod_to_str
( int sym, int mod )
function
345
D( "adding binding %s to %s", skin_key_command_to_str(command),
skin_key_symmod_to_str
(sym,mod));
/external/qemu/android/
help.c
233
skin_key_symmod_to_str
( bindings[n].sym, bindings[n].mod ) );
[
all
...]
qemulator.c
233
skin_key_symmod_to_str
( bindings[nn].sym,
Completed in 275 milliseconds