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

  /external/libmojo/ipc/
ipc_message.cc 114 DCHECK((header()->flags & HAS_SENT_TIME_BIT) == 0);
115 header()->flags |= HAS_SENT_TIME_BIT;
120 if ((header()->flags & HAS_SENT_TIME_BIT) == 0)
ipc_message.h 53 HAS_SENT_TIME_BIT = 0x80,

Completed in 46 milliseconds