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

  /system/bt/btif/include/
btif_hh.h 70 alarm_t *vup_timer; member in struct:__anon73304
  /system/bt/btif/src/
btif_hh.c 403 alarm_free(p_dev->vup_timer);
404 p_dev->vup_timer = NULL;
422 alarm_free(p_dev->vup_timer);
423 p_dev->vup_timer = alarm_new("btif_hh.vup_timer");
424 alarm_set_on_queue(p_dev->vup_timer, BTIF_TIMEOUT_VUP_MS,
730 alarm_free(btif_hh_cb.devices[i].vup_timer);
    [all...]

Completed in 82 milliseconds