Searched defs:map (Results 1 – 13 of 13) sorted by relevance
/system/core/libcutils/ |
D | hashmap.c | 48 Hashmap* map = malloc(sizeof(Hashmap)); in hashmapCreate() local 80 static inline int hashKey(Hashmap* map, void* key) { in hashKey() 93 size_t hashmapSize(Hashmap* map) { in hashmapSize() 101 static void expandIfNecessary(Hashmap* map) { in expandIfNecessary() 132 void hashmapLock(Hashmap* map) { in hashmapLock() 136 void hashmapUnlock(Hashmap* map) { in hashmapUnlock() 140 void hashmapFree(Hashmap* map) { in hashmapFree() 189 void* hashmapPut(Hashmap* map, void* key, void* value) { in hashmapPut() 221 void* hashmapGet(Hashmap* map, void* key) { in hashmapGet() 236 bool hashmapContainsKey(Hashmap* map, void* key) { in hashmapContainsKey() [all …]
|
D | str_parms.c | 34 Hashmap *map; member
|
/system/extras/libpagemap/ |
D | pm_map.c | 22 int pm_map_pagemap(pm_map_t *map, uint64_t **pagemap_out, size_t *len) { in pm_map_pagemap() 30 int pm_map_usage(pm_map_t *map, pm_memusage_t *usage_out) { in pm_map_usage() 70 int pm_map_workingset(pm_map_t *map, pm_memusage_t *ws_out) { in pm_map_workingset() 114 int pm_map_destroy(pm_map_t *map) { in pm_map_destroy()
|
D | pm_process.c | 227 pm_map_t *map, **maps, **new_maps; in read_maps() local
|
/system/core/liblog/ |
D | event_tag_map.c | 112 void android_closeEventTagMap(EventTagMap* map) in android_closeEventTagMap() 126 const char* android_lookupEventTag(const EventTagMap* map, int tag) in android_lookupEventTag() 186 static int processFile(EventTagMap* map) in processFile() 225 static int countMapLines(const EventTagMap* map) in countMapLines() 262 static int parseMapLines(EventTagMap* map) in parseMapLines() 407 static int sortTags(EventTagMap* map) in sortTags() 429 static void dumpTags(const EventTagMap* map) in dumpTags()
|
D | logprint.c | 600 AndroidLogEntry *entry, const EventTagMap* map, char* messageBuf, in android_log_processBinaryLogBuffer()
|
/system/extras/libpagemap/include/pagemap/ |
D | pagemap.h | 151 #define pm_map_name(map) ((map)->name) argument 152 #define pm_map_flags(map) ((map)->flags) argument 156 #define pm_map_start(map) ((map)->start) argument 157 #define pm_map_end(map) ((map)->end) argument 158 #define pm_map_offset(map) ((map)->offset) argument
|
/system/core/toolbox/ |
D | load_policy.c | 15 void *map; in load_policy_main() local
|
D | readtty.c | 13 } map[] = { variable
|
/system/extras/procmem/ |
D | procmem.c | 26 pm_map_t *map; member
|
/system/extras/showmap/ |
D | showmap.c | 123 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { in enqueue_map()
|
/system/core/debuggerd/ |
D | tombstone.c | 354 map_info_t* map = context->map_info_list; in dump_nearby_maps() local
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
D | hci.h | 1035 uint8_t map[10]; member 1394 uint8_t map[10]; member 1636 uint8_t map[5]; member 1650 uint8_t map[5]; member
|