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

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 150 btm_cb.devcb.reset_timer.param = (TIMER_PARAM_TYPE)TT_DEV_RESET;
172 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_FIRST_RESET_DELAY);
252 btu_stop_timer (&btm_cb.devcb.reset_timer);
408 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
426 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
445 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
462 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
481 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
500 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
518 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT)
    [all...]
btm_int.h 147 TIMER_LIST_ENT reset_timer; member in struct:__anon5859
    [all...]
  /external/iputils/
traceroute6.c 600 int cc, reset_timer; local
607 reset_timer = 1;
609 while ((cc = wait_for_reply(icmp_sock, &from, &to, reset_timer)) != 0) {
612 reset_timer = 1;
641 reset_timer = 0;
657 wait_for_reply(sock, from, to, reset_timer)
661 int reset_timer;
670 if (reset_timer) {
676 * "reset_timer" will only be true if the last packet that

Completed in 50 milliseconds