Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dkeyboard.h27 extern SkinKeyboard* skin_keyboard_create_from_aconfig( AConfig* aconfig, int use_raw_keys );
Dkeyboard.c617 skin_keyboard_create_from_aconfig( AConfig* aconfig, int use_raw_keys ) in skin_keyboard_create_from_aconfig() function
/external/qemu/android/
Dmain.c382 emulator->keyboard = skin_keyboard_create_from_aconfig(aconfig, opts->raw_keys); in qemulator_init()