Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dkeyboard.h28 extern SkinKeyboard* skin_keyboard_create( const char* kcm_file_path, int use_raw_keys );
Dkeyboard.c533 skin_keyboard_create( const char* kcm_file_path, int use_raw_keys ) in skin_keyboard_create() function
/external/qemu/android/
Dqemulator.c141 emulator->keyboard = skin_keyboard_create(opts->charmap, opts->raw_keys); in qemulator_init()