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

  /external/libmojo/ipc/
ipc_message_attachment_set.cc 87 bool* brokerable) {
101 *brokerable = false;
109 *brokerable = true;
117 bool brokerable; local
119 return AddAttachment(attachment, &index, &brokerable);
ipc_message.cc 245 bool brokerable; local
249 &index, &brokerable);
256 WriteBool(brokerable);
263 if (brokerable)
273 bool brokerable; local
274 if (!iter->ReadBool(&brokerable))
285 *attachment = brokerable
ipc_message_attachment_set.h 54 // Return the number of brokerable attachments in the attachment set.
56 // Return the number of non-brokerable attachments in the attachment set.
65 // |brokerable| is an output variable. On success, it describes which vector
69 bool* brokerable);
74 // Take the nth non-brokerable attachment from the beginning of the vector,
88 // PeekDescriptors. It marks all the non-brokerable descriptors as consumed
92 // Returns a vector of all brokerable attachments.
96 // Replaces a placeholder brokerable attachment with |attachment|, matching

Completed in 282 milliseconds