Home
last modified time | relevance | path

Searched refs:LapMs (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/
Dstopwatch.h33 uint64_t LapMs() const { in LapMs() function
44 static_cast<unsigned long>(LapMs()), comment); in ToString()
/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc75 while (context.stop_watch.LapMs() < 10000) { in do_connect()
112 while (context.stop_watch.LapMs() < 10000) { in do_connect()
/packages/modules/Bluetooth/system/test/headless/adapter/
Dadapter.cc55 while (context.stop_watch.LapMs() < kTimeoutMs) { in get_adapter_info()
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc53 while (context.stop_watch.LapMs() < 10000) { in start_scan()
/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.cc58 while (context.stop_watch.LapMs() < 10000) { in do_mode()