Searched refs:sd_device_monitor_handler_t (Results 1 – 2 of 2) sorted by relevance
53 typedef int (*sd_device_monitor_handler_t)(sd_device_monitor *m, sd_device *device, void *userdata); typedef145 int sd_device_monitor_start(sd_device_monitor *m, sd_device_monitor_handler_t callback, void *userd…
49 sd_device_monitor_handler_t callback;244 _public_ int sd_device_monitor_start(sd_device_monitor *m, sd_device_monitor_handler_t callback, vo… in sd_device_monitor_start()