Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_system_state.c65 int (*fd_add)(int fd, void (*cb)(void *data), void *cb_data, member
435 if (state.fd_add != NULL || state.fd_rm != NULL) in cras_system_set_select_handler()
437 state.fd_add = add; in cras_system_set_select_handler()
446 if (state.fd_add == NULL) in cras_system_add_select_fd()
448 return state.fd_add(fd, callback, callback_data, state.select_data); in cras_system_add_select_fd()