Searched refs:hdmicec_open (Results 1 – 1 of 1) sorted by relevance
26 static int (*hdmicec_open)(const struct hw_module_t *, const char *, struct hw_device_t **); variable40 hdmicec_open = HAL_MODULE_INFO_SYM.methods->open; in main()41 err = (*hdmicec_open)(&HAL_MODULE_INFO_SYM, NULL, (struct hw_device_t **)device2); in main()