Searched refs:G_DISTRIBUTION_MESSAGE (Results 1 – 1 of 1) sorted by relevance
91 static const struct distribution_message G_DISTRIBUTION_MESSAGE[] = { variable154 …for (uint32_t i = 0; i < sizeof(G_DISTRIBUTION_MESSAGE) / sizeof(G_DISTRIBUTION_MESSAGE[0]); i++) { in proc_message()155 if ((nav->modular == G_DISTRIBUTION_MESSAGE[i].modular) && in proc_message()156 (nav->is_request_msg == G_DISTRIBUTION_MESSAGE[i].is_request_msg)) { in proc_message()157 int32_t ret = G_DISTRIBUTION_MESSAGE[i].func(handle, nav, receive, send); in proc_message()