Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_message.h37 enum PriorityValue { enum
62 Message(int32 routing_id, uint32 type, PriorityValue priority);
72 PriorityValue priority() const { in priority()
73 return static_cast<PriorityValue>(header()->flags & PRIORITY_MASK); in priority()
Dipc_message_utils_unittest.cc19 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH; in TEST()
27 Message::PriorityValue outer_priority = Message::PRIORITY_NORMAL; in TEST()
Dipc_sync_message.h26 SyncMessage(int32 routing_id, uint32 type, PriorityValue priority,
Dipc_sync_message.cc42 PriorityValue priority, in SyncMessage()
Dipc_message.cc53 Message::Message(int32 routing_id, uint32 type, PriorityValue priority) in Message()