Home | History | Annotate | Download | only in libcutils

Lines Matching refs:connections

196      * keep track of which connections we've sent to whom.
198 Hashmap* connections;
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.