Home
last modified time | relevance | path

Searched refs:id_agent_module_init (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/src/
Divi-id-agent.c330 id_agent_module_init(struct weston_compositor *compositor, in id_agent_module_init() function
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c2367 int (*id_agent_module_init)(struct weston_compositor *compositor, local
2379 id_agent_module_init = wet_load_module_entrypoint(id_agent_module, "id_agent_module_init");
2380 if (!id_agent_module_init)
2383 if (id_agent_module_init(shell->compositor, shell->interface) != 0) {