OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_repeating_timer_new
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/
non_repeating_timer.h
31
non_repeating_timer_t *
non_repeating_timer_new
(period_ms_t duration, alarm_callback_t cb, void *data);
33
// Frees a non repeating timer created by |
non_repeating_timer_new
|. |timer| may be
/system/bt/osi/src/
non_repeating_timer.c
32
non_repeating_timer_t *
non_repeating_timer_new
(period_ms_t duration, alarm_callback_t cb, void *data) {
function
/system/bt/hci/src/
hci_layer.c
185
startup_timer =
non_repeating_timer_new
(startup_timeout_ms, startup_timer_expired, NULL);
194
epilog_timer =
non_repeating_timer_new
(EPILOG_TIMEOUT_MS, epilog_timer_expired, NULL);
200
command_response_timer =
non_repeating_timer_new
(COMMAND_PENDING_TIMEOUT, command_timed_out, NULL);
Completed in 91 milliseconds