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

/system/core/libcutils/
H A Dmq.c196 * keep track of which connections we've sent to whom.
198 Hashmap* connections; member in struct:PeerProxy
368 hashmapRemove(otherPeer->connections, &(deadPeer->credentials.pid));
419 if (peerProxy->connections != NULL) {
421 hashmapForEach(peerProxy->connections, &peerProxyRemoveConnection,
423 hashmapFree(peerProxy->connections);
874 if (!hashmapContainsKey(peerProxy->connections, &targetPid)) {
1086 peerProxy->connections = hashmapCreate(10, &pidHash, &pidEquals);
1275 // Queue up to 16 connections.

Completed in 555 milliseconds