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

/system/core/libcutils/
H A Dmq.c181 OutgoingPacket* currentPacket; member in struct:PeerProxy
281 = (char*) &(peerProxy->currentPacket->header);
290 if (peerProxy->currentPacket == NULL) {
292 peerProxy->currentPacket = newPacket;
318 OutgoingPacket* current = peerProxy->currentPacket;
327 peerProxy->currentPacket = next;
462 Buffer* buffer = peerProxy->currentPacket->bytes;
471 int socket = peerProxy->currentPacket->socket;
492 *((int *) CMSG_DATA(cmptr)) = peerProxy->currentPacket->socket;
519 OutgoingPacket* current = peerProxy->currentPacket;
[all...]

Completed in 238 milliseconds