Home
last modified time | relevance | path

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

/external/qemu/android/
Dcharmap.c206 static const AKeyCharmap* android_charmap = &_default_charmap; variable
632 if (android_charmap != &_default_charmap || kcm_file_path == NULL) in android_charmap_setup()
637 android_charmap = &android_custom_charmap; in android_charmap_setup()
648 if (android_charmap != &_default_charmap) in android_charmap_done()
649 AFREE((void*)android_charmap->entries); in android_charmap_done()
655 if (!strcmp(android_charmap->name, name)) in android_get_charmap_by_name()
656 return android_charmap; in android_get_charmap_by_name()
737 return android_charmap; in android_get_charmap()