Home
last modified time | relevance | path

Searched refs:skin_keyboard_create_from_kcm (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/skin/
Dkeyboard.h29 extern SkinKeyboard* skin_keyboard_create_from_kcm( const char* kcm_file_path, int use_raw_keys …
Dkeyboard.c628 skin_keyboard_create_from_kcm( const char* kcm_file_path, int use_raw_keys ) in skin_keyboard_create_from_kcm() function
/external/qemu/android/
Dmain.c380 emulator->keyboard = skin_keyboard_create_from_kcm(opts->charmap, opts->raw_keys); in qemulator_init()