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

  /system/core/include/cutils/
hashmap.h 41 Hashmap* hashmapCreate(size_t initialCapacity,
  /system/core/libcutils/
str_parms.c 62 str_parms->map = hashmapCreate(5, str_hash_fn, str_eq);
hashmap.c 43 Hashmap* hashmapCreate(size_t initialCapacity,
mq.c 1086 peerProxy->connections = hashmapCreate(10, &pidHash, &pidEquals);
1098 peer->peerProxies = hashmapCreate(10, &pidHash, &pidEquals);
    [all...]

Completed in 46 milliseconds