HomeSort by relevance Sort by last modified time
    Searched refs:ev_mask (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/rfcomm/
port_rfc.cc 160 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR;
162 if (p_port->ev_mask & PORT_EV_ERR) events |= PORT_EV_ERR;
217 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
452 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
492 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
604 event |= (PORT_EV_CONNECTED & p_port->ev_mask);
614 if (p_pars->break_signal) event |= (PORT_EV_BREAK & p_port->ev_mask);
649 event = (p_port->ev_mask & PORT_EV_CONNECTED);
685 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event))
686 p_port->p_callback((p_port->ev_mask & event), p_port->inx)
    [all...]
port_utils.cc 106 p_port->ev_mask = 0;
248 uint32_t mask = p_port->ev_mask;
255 p_port->ev_mask = mask;
439 return (p_port->ev_mask & events);
port_api.cc 198 p_port->ev_mask = 0;
472 p_port->ev_mask = mask;
828 events &= p_port->ev_mask;
895 events &= p_port->ev_mask;
    [all...]
port_int.h 188 uint32_t ev_mask; /* Event mask for the callback */ member in struct:__anon2511

Completed in 50 milliseconds