HomeSort by relevance Sort by last modified time
    Searched refs:AKeyEntry (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
charmap.h 18 typedef struct AKeyEntry {
25 } AKeyEntry;
31 const AKeyEntry* entries;
charmap.c 137 static const AKeyEntry _qwerty_keys[] =
201 static const AKeyEntry _qwerty2_keys[] =
467 AKeyEntry* key_entry,
639 char_map->entries = qemu_malloc(sizeof(AKeyEntry) * map_size);
643 AKeyEntry key_entry;
650 AKeyEntry* entries;
656 new_map = qemu_malloc(sizeof(AKeyEntry) * map_size);
658 char_map->num_entries * sizeof(AKeyEntry));
662 entries = (AKeyEntry*)char_map->entries;

Completed in 132 milliseconds