Home
last modified time | relevance | path

Searched defs:delay_ms (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/common/
Drepeating_timer_unittest.cc140 uint32_t delay_ms = 5; in TEST_F() local
172 uint32_t delay_ms = 5; in TEST_F() local
187 uint32_t delay_ms = 5; in TEST_F() local
199 uint32_t delay_ms = 5; in TEST_F() local
237 uint32_t delay_ms = 5; in TEST_F() local
Dmessage_loop_thread_unittest.cc274 uint32_t delay_ms = 5; in TEST_F() local
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm.cc58 long delay_ms = delay.count(); in Schedule() local
Dalarm_unittest.cc72 int delay_ms = 10; in TEST_F() local
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcert_self_test.py73 def __init__(self, events, delay_ms): argument