Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message.h50 PRIORITY_MASK = 0x03, // Low 2 bits of store the priority value. enumerator
78 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK); in priority()