Searched refs:hashmapCreate (Results 1 - 4 of 4) sorted by relevance

/system/core/include/cutils/
H A Dhashmap.h41 Hashmap* hashmapCreate(size_t initialCapacity,
/system/core/libcutils/
H A Dstr_parms.c62 str_parms->map = hashmapCreate(5, str_hash_fn, str_eq);
H A Dhashmap.c43 Hashmap* hashmapCreate(size_t initialCapacity, function
H A Dmq.c1086 peerProxy->connections = hashmapCreate(10, &pidHash, &pidEquals);
1098 peer->peerProxies = hashmapCreate(10, &pidHash, &pidEquals);

Completed in 1964 milliseconds