OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skin_keyboard_create
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/skin/
keyboard.h
28
extern SkinKeyboard*
skin_keyboard_create
( const char* kcm_file_path, int use_raw_keys );
keyboard.c
533
skin_keyboard_create
( const char* kcm_file_path, int use_raw_keys )
function
/external/qemu/android/
qemulator.c
140
emulator->keyboard =
skin_keyboard_create
(opts->charmap, opts->raw_keys);
Completed in 60 milliseconds