HomeSort by relevance Sort by last modified time
    Searched refs:TIMER_LIST_ENT (Results 26 - 50 of 75) sorted by null

12 3

  /external/bluetooth/bluedroid/stack/bnep/
bnep_int.h 136 TIMER_LIST_ENT conn_tle;
183 TIMER_LIST_ENT bnep_tle;
209 extern void bnep_process_timeout (TIMER_LIST_ENT *p_tle);
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 268 TIMER_LIST_ENT protocol_timer; /* timer for the activated protocol if needed */
299 TIMER_LIST_ENT llcp_cl_echo_timer; /* timer for the connectionless echo test application */
300 TIMER_LIST_ENT llcp_co_echo_timer; /* timer for the connection-oriented echo test application */
nfa_cho_int.h 202 TIMER_LIST_ENT timer; /* timer for rx handover message */
nfa_rw_int.h 282 TIMER_LIST_ENT tle; /* list entry for nfa_rw timer */
nfa_snep_int.h 184 TIMER_LIST_ENT timer; /* timer for client */
nfa_ee_int.h 385 TIMER_LIST_ENT timer; /* timer to send info to NFCC */
386 TIMER_LIST_ENT discv_timer; /* timer to end NFCEE discovery */
nfa_dm_int.h 387 TIMER_LIST_ENT tle; /* timer for waiting deactivation NTF */
457 TIMER_LIST_ENT tle;
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 665 void GKI_init_timer_list_entry (TIMER_LIST_ENT *p_tle)
694 TIMER_LIST_ENT *p_tle;
760 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle)
762 TIMER_LIST_ENT *p_tle;
811 void GKI_add_to_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
815 TIMER_LIST_ENT *p_temp;
909 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 207 TIMER_LIST_ENT ack_timer; /* Timer delaying RR */
208 TIMER_LIST_ENT mon_retrans_timer; /* Timer Monitor or Retransmission */
292 TIMER_LIST_ENT timer_entry; /* CCB Timer List Entry */
385 TIMER_LIST_ENT timer_entry; /* Timer list entry for timeout evt */
391 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */
486 TIMER_LIST_ENT rcv_hold_tle; /* Timer list entry for rcv hold */
573 extern void l2c_process_timeout (TIMER_LIST_ENT *p_tle);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 654 void GKI_init_timer_list_entry (TIMER_LIST_ENT *p_tle)
683 TIMER_LIST_ENT *p_tle;
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle)
751 TIMER_LIST_ENT *p_tle;
800 void GKI_add_to_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
804 TIMER_LIST_ENT *p_temp;
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/libnfc-nci/src/gki/common/
gki_time.c 654 void GKI_init_timer_list_entry (TIMER_LIST_ENT *p_tle)
683 TIMER_LIST_ENT *p_tle;
749 UINT32 GKI_get_remaining_ticks (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_target_tle)
751 TIMER_LIST_ENT *p_tle;
800 void GKI_add_to_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
804 TIMER_LIST_ENT *p_temp;
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 721 TIMER_LIST_ENT timer;
737 TIMER_LIST_ENT signal_strength_timer;
742 TIMER_LIST_ENT disable_timer;
768 TIMER_LIST_ENT app_ready_timer;
778 TIMER_LIST_ENT switch_delay_timer;
800 TIMER_LIST_ENT search_timer;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 246 TIMER_LIST_ENT act_timer; /* ring timer */
264 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */
275 TIMER_LIST_ENT colli_timer; /* Collision timer */
bta_ag_main.c 288 TIMER_LIST_ENT *p_tle = (TIMER_LIST_ENT *) p;
553 static void bta_ag_colli_timer_cback (TIMER_LIST_ENT *p_tle)
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 143 void llcp_process_timeout (TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 253 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
254 extern void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle);
bta_sys_main.c 610 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
624 void bta_sys_stop_timer(TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 357 TIMER_LIST_ENT conf_timer_ent; /* peer confirm to indication timer */
363 TIMER_LIST_ENT rsp_timer_ent; /* peer response timer */
364 TIMER_LIST_ENT ind_ack_timer_ent; /* local app confirm to indication timer */
561 extern void gatt_rsp_timeout(TIMER_LIST_ENT *p_tle);
562 extern void gatt_ind_ack_timeout(TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 222 TIMER_LIST_ENT *p_tle = &p_mcb->tle;
256 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle;
324 void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle)
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 207 TIMER_LIST_ENT timer_entry; /* CCB timer list entry */
321 extern void mca_process_timeout(TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 161 TIMER_LIST_ENT rsp_timer_ent;
300 extern void smp_rsp_timeout(TIMER_LIST_ENT *p_tle);
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 469 TIMER_LIST_ENT timer; /* delay timer for AVRC CT */
554 TIMER_LIST_ENT sig_tmr; /* link timer */
555 TIMER_LIST_ENT acp_sig_tmr; /* timer to monitor signalling when accepting */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 429 TIMER_LIST_ENT timer_entry; /* CCB timer list entry */
488 TIMER_LIST_ENT timer_entry; /* timer entry */
701 extern void avdt_process_timeout(TIMER_LIST_ENT *p_tle);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 669 TIMER_LIST_ENT *p_tlent = (TIMER_LIST_ENT *)p_tle;
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 210 TIMER_LIST_ENT cch_timer;

Completed in 823 milliseconds

12 3