Searched refs:send_event (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/hl/ |
D | bta_hl_act.c | 885 BOOLEAN send_event = FALSE; in bta_hl_dch_mca_open_ind() local 934 send_event= TRUE; in bta_hl_dch_mca_open_ind() 949 send_event= TRUE; in bta_hl_dch_mca_open_ind() 967 if (send_event) in bta_hl_dch_mca_open_ind() 993 BOOLEAN send_event = FALSE; in bta_hl_dch_mca_open_cfm() local 1049 send_event= TRUE; in bta_hl_dch_mca_open_cfm() 1071 send_event= TRUE; in bta_hl_dch_mca_open_cfm() 1089 if (send_event) in bta_hl_dch_mca_open_cfm() 2523 BOOLEAN send_event=TRUE; in bta_hl_cch_mca_connect() local 2550 send_event = FALSE; in bta_hl_cch_mca_connect() [all …]
|
/system/bt/btif/src/ |
D | btif_rc.c | 142 static int send_event (int fd, uint16_t type, uint16_t code, int32_t value); 228 int send_event (int fd, uint16_t type, uint16_t code, int32_t value) in send_event() function 252 send_event(fd, EV_KEY, key, pressed); in send_key() 253 send_event(fd, EV_SYN, SYN_REPORT, 0); in send_key()
|