Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message.h53 REPLY_ERROR_BIT = 0x10, enumerator
101 header()->flags |= REPLY_ERROR_BIT; in set_reply_error()
105 return (header()->flags & REPLY_ERROR_BIT) != 0; in is_reply_error()