Searched refs:timers (Results 1 – 3 of 3) sorted by relevance
/system/bt/test/suite/support/ |
D | hal.c | 79 static hash_map_t *timers; in set_wake_alarm() local 81 if (!timers) { in set_wake_alarm() 82 timers = hash_map_new(TIMER_BUCKET_COUNT, hash_function_pointer, NULL, NULL, NULL); in set_wake_alarm() 85 timer_t *timer = hash_map_get(timers, cb); in set_wake_alarm() 88 hash_map_set(timers, cb, timer); in set_wake_alarm()
|
/system/extras/tests/audio/alsa/ |
D | pcmtest.cpp | 54 static unsigned int timers; variable 122 timers++; in getSndDev() 174 pcms, cards, mixers, timers); in TEST() 192 ASSERT_NE(0, timers); in TEST() 196 EXPECT_EQ(1, timers); in TEST()
|
/system/bt/doc/ |
D | power_management.md | 32 controller, timers are used to post messages to the BTA workqueue thread as 101 - If any timers were set for the given `BD_ADDR`, they are stopped. 146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is 169 `bta_dm_pm_btm_status` stops any timers started for the device in 175 stops all timers for the device, and then re-calls `bta_dm_pm_set_mode` 193 #### Events fired from timers
|