OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_repeating_timer_free
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/
non_repeating_timer.h
30
// be freed by calling |
non_repeating_timer_free
|. Returns NULL on failure.
35
// call |
non_repeating_timer_free
| from inside the callback of a non repeating timer.
36
void
non_repeating_timer_free
(non_repeating_timer_t *timer);
/system/bt/osi/src/
non_repeating_timer.c
47
non_repeating_timer_free
(ret);
51
void
non_repeating_timer_free
(non_repeating_timer_t *timer) {
function
/system/bt/hci/src/
hci_layer.c
298
non_repeating_timer_free
(epilog_timer);
299
non_repeating_timer_free
(command_response_timer);
300
non_repeating_timer_free
(startup_timer);
Completed in 179 milliseconds