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

  /system/core/include/cutils/
hashmap.h 89 void* hashmapRemove(Hashmap* map, void* key);
  /system/core/libcutils/
str_parms.c 102 hashmapRemove(ctxt->str_parms->map, key);
hashmap.c 284 void* hashmapRemove(Hashmap* map, void* key) {
mq.c 368 hashmapRemove(otherPeer->connections, &(deadPeer->credentials.pid));
402 hashmapRemove(localPeer->peerProxies, &pid);
    [all...]

Completed in 67 milliseconds