Home | History | Annotate | Download | only in android

Lines Matching defs:charmap

35 #include "android/charmap.h"
290 /* -charmap is incompatible with -attach-core, because particular
291 * charmap gets set up in the running core. */
292 if (android_charmap_setup(opts->charmap)) {
1132 if (!opts->charmap) {
1133 /* Try to find a valid charmap name */
1134 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap);
1135 if (charmap != NULL) {
1136 D("autoconfig: -charmap %s", charmap);
1137 opts->charmap = charmap;
1141 if (opts->charmap) {
1144 if (!path_exists(opts->charmap)) {
1145 derror("Charmap file does not exist: %s", opts->charmap);
1148 /* We need to store the charmap name in the hardware configuration.
1149 * However, the charmap file itself is only used by the UI component
1152 kcm_extract_charmap_name(opts->charmap, charmap_name,