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.c64 int (*fd_add)(int fd, void (*cb)(void *data), member
421 if (state.fd_add != NULL || state.fd_rm != NULL) in cras_system_set_select_handler()
423 state.fd_add = add; in cras_system_set_select_handler()
433 if (state.fd_add == NULL) in cras_system_add_select_fd()
435 return state.fd_add(fd, callback, callback_data, in cras_system_add_select_fd()