Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message.h310 #define IPC_LOGGING_ID 0xFFFFFFF1 // Special message id for logging macro
Dipc_logging.cc104 MSG_ROUTING_CONTROL, IPC_LOGGING_ID, Message::PRIORITY_NORMAL); in OnSendLogs()
Dipc_channel_proxy.cc311 if (message.type() == IPC_LOGGING_ID) { in OnDispatchMessage()