Home
last modified time | relevance | path

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

/system/chre/platform/slpi/
Dhost_link.cc94 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/
DXfrmController.h394 int32_t xfrmInterfaceId, int32_t msgType);
398 uint16_t msgType);
DXfrmController.cpp832 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/
Dgeneric_context_hub.cc208 builder, msg.appName, msg.msgType, msg.hostEndPoint, msg.msg.data(), in sendMessageToHub()
364 msg.msgType = message.message_type; in handleNanoappMessage()