Searched refs:alarm_new (Results 1 – 9 of 9) sorted by relevance
/system/bt/osi/test/ |
D | alarm_test.cpp | 59 alarm_t *alarm = alarm_new(); in TEST_F() 69 alarm_t *alarm = alarm_new(); in TEST_F() 75 alarm_t *alarm = alarm_new(); in TEST_F() 87 alarm_t *alarm = alarm_new(); in TEST_F() 96 alarm_t *alarm = alarm_new(); in TEST_F() 111 alarm_t *alarm = alarm_new(); in TEST_F() 127 alarm_new(), in TEST_F() 128 alarm_new() in TEST_F() 153 alarm_new(), in TEST_F() 154 alarm_new() in TEST_F() [all …]
|
/system/bt/osi/include/ |
D | alarm.h | 31 alarm_t *alarm_new(void);
|
/system/bt/osi/src/ |
D | non_repeating_timer.c | 37 ret->alarm = alarm_new(); in non_repeating_timer_new()
|
D | alarm.c | 84 alarm_t *alarm_new(void) { in alarm_new() function
|
/system/bt/stack/btu/ |
D | btu_task.c | 458 hash_map_set(btu_general_alarm_hash_map, p_tle, alarm_new()); in btu_start_timer() 538 hash_map_set(btu_l2cap_alarm_hash_map, p_tle, alarm_new()); in btu_start_quick_timer() 600 hash_map_set(btu_oneshot_alarm_hash_map, p_tle, alarm_new()); in btu_start_timer_oneshot()
|
/system/bt/hci/src/ |
D | low_power_manager.c | 84 idle_alarm = alarm_new(); in init()
|
/system/bt/btif/src/ |
D | btif_config.c | 113 alarm_timer = alarm_new(); in init()
|
D | btif_media_task.c | 1949 btif_media_cb.decode_alarm = alarm_new(); in btif_media_task_aa_handle_start_decoding() 2165 btif_media_cb.media_alarm = alarm_new(); in btif_media_task_aa_start_tx()
|
/system/bt/bta/sys/ |
D | bta_sys_main.c | 631 hash_map_set(bta_alarm_hash_map, p_tle, alarm_new()); in bta_sys_start_timer()
|