Home
last modified time | relevance | path

Searched refs:UNBLOCK_BIT (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/ipc/
Dipc_message.h54 UNBLOCK_BIT = 0x20, enumerator
113 header()->flags |= UNBLOCK_BIT; in set_unblock()
115 header()->flags &= ~UNBLOCK_BIT; in set_unblock()
120 return (header()->flags & UNBLOCK_BIT) != 0; in should_unblock()