Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance
/system/chre/platform/slpi/ |
D | host_link.cc | 94 PendingMessage(PendingMessageType msgType, uint16_t hostClientId) { in PendingMessage() 95 type = msgType; in PendingMessage() 99 PendingMessage(PendingMessageType msgType, in PendingMessage() 101 type = msgType; in PendingMessage() 105 PendingMessage(PendingMessageType msgType, FlatBufferBuilder *builder) { in PendingMessage() 106 type = msgType; in PendingMessage() 193 bool buildAndEnqueueMessage(PendingMessageType msgType, in buildAndEnqueueMessage() argument 202 static_cast<int>(msgType)); in buildAndEnqueueMessage() 208 if (!enqueueMessage(PendingMessage(msgType, builder.get()))) { in buildAndEnqueueMessage() 210 static_cast<int>(msgType)); in buildAndEnqueueMessage()
|
/system/netd/server/ |
D | XfrmController.h | 394 int32_t xfrmInterfaceId, int32_t msgType); 398 uint16_t msgType);
|
D | XfrmController.cpp | 832 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId, int32_t msgType) { in processSecurityPolicy() argument 842 ALOGD("msgType=%d", msgType); in processSecurityPolicy() 857 if (msgType == XFRM_MSG_DELPOLICY) { in processSecurityPolicy() 867 msgType); in processSecurityPolicy() 1164 uint16_t msgType) { in updateTunnelModeSecurityPolicy() argument 1207 return sock.sendMessage(msgType, NETLINK_REQUEST_FLAGS, 0, &iov); in updateTunnelModeSecurityPolicy()
|
/system/chre/host/hal_generic/ |
D | generic_context_hub.cc | 208 builder, msg.appName, msg.msgType, msg.hostEndPoint, msg.msg.data(), in sendMessageToHub() 364 msg.msgType = message.message_type; in handleNanoappMessage()
|