OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AKeyEntry
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
charmap.h
19
typedef struct
AKeyEntry
{
26
}
AKeyEntry
;
32
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 1319 milliseconds