Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance
/system/chre/platform/slpi/ |
D | host_link.cc | 91 PendingMessage(PendingMessageType msgType, uint16_t hostClientId) { in PendingMessage() 92 type = msgType; in PendingMessage() 96 PendingMessage(PendingMessageType msgType, in PendingMessage() 98 type = msgType; in PendingMessage() 102 PendingMessage(PendingMessageType msgType, ChreFlatBufferBuilder *builder) { in PendingMessage() 103 type = msgType; in PendingMessage() 186 bool buildAndEnqueueMessage(PendingMessageType msgType, in buildAndEnqueueMessage() argument 194 static_cast<int>(msgType)); in buildAndEnqueueMessage() 200 if (!enqueueMessage(PendingMessage(msgType, builder.get()))) { in buildAndEnqueueMessage() 202 static_cast<int>(msgType)); in buildAndEnqueueMessage()
|
/system/netd/server/ |
D | XfrmController.h | 419 int32_t xfrmInterfaceId, int32_t msgType); 422 uint16_t msgType);
|
D | XfrmController.cpp | 896 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId, int32_t msgType) { in processSecurityPolicy() argument 906 ALOGD("msgType=%d", msgType); in processSecurityPolicy() 922 if (msgType == XFRM_MSG_DELPOLICY) { in processSecurityPolicy() 931 return updateTunnelModeSecurityPolicy(spInfo, sock, msgType); in processSecurityPolicy() 1245 uint16_t msgType) { in updateTunnelModeSecurityPolicy() argument 1288 return sock.sendMessage(msgType, NETLINK_REQUEST_FLAGS, 0, &iov); in updateTunnelModeSecurityPolicy()
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 229 HostProtocolHost::encodeNanoappMessage(builder, msg.appName, msg.msgType, in sendMessageToHub() 373 msg.msg_1_0.msgType = message.message_type; in handleNanoappMessage()
|