Home
last modified time | relevance | path

Searched refs:alarm_free (Results 1 – 9 of 9) sorted by relevance

/system/bt/osi/test/
Dalarm_test.cpp61 alarm_free(alarm); in TEST_F()
65 alarm_free(NULL); in TEST_F()
71 alarm_free(alarm); in TEST_F()
83 alarm_free(alarm); in TEST_F()
92 alarm_free(alarm); in TEST_F()
107 alarm_free(alarm); in TEST_F()
122 alarm_free(alarm); in TEST_F()
147 alarm_free(alarm[0]); in TEST_F()
148 alarm_free(alarm[1]); in TEST_F()
173 alarm_free(alarm[0]); in TEST_F()
[all …]
/system/bt/stack/btu/
Dbtu_init.c157 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp()
169 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp()
181 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in BTU_StartUp()
/system/bt/osi/include/
Dalarm.h36 void alarm_free(alarm_t *alarm);
/system/bt/osi/src/
Dnon_repeating_timer.c55 alarm_free(timer->alarm); in non_repeating_timer_free()
Dalarm.c121 void alarm_free(alarm_t *alarm) { in alarm_free() function
/system/bt/btif/src/
Dbtif_config.c122 alarm_free(alarm_timer); in init()
138 alarm_free(alarm_timer); in clean_up()
Dbtif_media_task.c755 alarm_free(btif_media_cb.media_alarm); in btif_a2dp_stop_media_task()
1941 alarm_free(btif_media_cb.decode_alarm); in btif_media_task_aa_handle_stop_decoding()
2190 alarm_free(btif_media_cb.media_alarm); in btif_media_task_aa_stop_tx()
/system/bt/hci/src/
Dlow_power_manager.c94 alarm_free(idle_alarm); in cleanup()
/system/bt/bta/sys/
Dbta_sys_main.c182 hash_function_pointer, NULL, (data_free_fn)alarm_free, NULL); in bta_sys_init()