Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_thread.c72 #define IS_EXCEPTION(e) ((e) & POLL_EXCEPTION_EVENTS) macro
525 if(IS_EXCEPTION(pfds[i].revents)) in process_data_sock()
Dbtif_pan.c722 #define IS_EXCEPTION(e) ((e) & (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL)) macro
793 if (ret <= 0 || IS_EXCEPTION(ufd.revents)) in btu_exec_tap_fd_read()