Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_system_state.c66 void (*fd_rm)(int fd, void *select_data); member
421 if (state.fd_add != NULL || state.fd_rm != NULL) in cras_system_set_select_handler()
424 state.fd_rm = rm; in cras_system_set_select_handler()
462 if (state.fd_rm != NULL) in cras_system_rm_select_fd()
463 state.fd_rm(fd, state.select_data); in cras_system_rm_select_fd()