Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec_test_hal.c26 static int (*hdmicec_open)(const struct hw_module_t *, const char *, struct hw_device_t **); variable
40 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()