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

  /system/core/include/cutils/
hashmap.h 62 void* hashmapPut(Hashmap* map, void* key, void* value);
  /system/core/libcutils/
str_parms.c 168 old_val = hashmapPut(str_parms->map, key, value);
201 old_val = hashmapPut(str_parms->map, tmp_key, tmp_val);
hashmap.c 189 void* hashmapPut(Hashmap* map, void* key, void* value) {
mq.c 1020 hashmapPut(peer->peerProxies, pid, peerProxy);
    [all...]

Completed in 87 milliseconds