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

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 149 btm_cb.devcb.reset_timer.param = (TIMER_PARAM_TYPE)TT_DEV_RESET;
171 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_FIRST_RESET_DELAY);
251 btu_stop_timer (&btm_cb.devcb.reset_timer);
407 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL,
425 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
444 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
461 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
480 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
498 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT);
523 btu_start_timer (&btm_cb.devcb.reset_timer, BTU_TTYPE_BTM_DEV_CTL, BTM_DEV_REPLY_TIMEOUT)
    [all...]
btm_int.h 150 TIMER_LIST_ENT reset_timer; member in struct:__anon3519
    [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 289 milliseconds