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

  /system/bt/osi/include/
non_repeating_timer.h 44 void non_repeating_timer_restart_if(non_repeating_timer_t *timer, bool condition);
  /system/bt/osi/src/
non_repeating_timer.c 60 non_repeating_timer_restart_if(timer, true);
63 void non_repeating_timer_restart_if(non_repeating_timer_t *timer, bool condition) { function
  /system/bt/hci/src/
hci_layer.c 469 non_repeating_timer_restart_if(command_response_timer, !list_is_empty(commands_pending_response));
674 non_repeating_timer_restart_if(command_response_timer, !list_is_empty(commands_pending_response));

Completed in 28 milliseconds