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.c78 void (*fd_rm)(int fd, void *select_data); member
507 if (state.fd_add != NULL || state.fd_rm != NULL) in cras_system_set_select_handler()
510 state.fd_rm = rm; in cras_system_set_select_handler()
547 if (state.fd_rm != NULL) in cras_system_rm_select_fd()
548 state.fd_rm(fd, state.select_data); in cras_system_rm_select_fd()