Searched refs:kcm_file_path (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dcharmap.h46 * kcm_file_path - Path to key charmap file to extract charmap name from.
50 void kcm_extract_charmap_name(const char* kcm_file_path,
60 * be requested with -charmap option. In tha case kcm_file_path
64 * kcm_file_path is NULL and final key charmap array will contain only
70 int android_charmap_setup(const char* kcm_file_path);
/external/qemu/android/skin/
H A Dkeyboard.h27 /* If kcm_file_path is NULL, create a keyboard using the default built-in qwerty2 charmap */
28 extern SkinKeyboard* skin_keyboard_create( const char* kcm_file_path, int use_raw_keys );
H A Dkeyboard.c533 skin_keyboard_create( const char* kcm_file_path, int use_raw_keys ) argument
538 if (kcm_file_path != NULL) {
539 kcm_extract_charmap_name(kcm_file_path, cmap_buff, sizeof cmap_buff);

Completed in 64 milliseconds