Home
last modified time | relevance | path

Searched refs:stop_watch (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_android.cc77 common::StopWatch stop_watch(__func__); in initializationComplete() local
82 common::StopWatch stop_watch(GetTimerText(__func__, packet)); in hciEventReceived() local
93 common::StopWatch stop_watch(GetTimerText(__func__, packet)); in aclDataReceived() local
103 common::StopWatch stop_watch(GetTimerText(__func__, packet)); in scoDataReceived() local
113 common::StopWatch stop_watch(GetTimerText(__func__, packet)); in isoDataReceived() local
171 common::StopWatch stop_watch(__func__); in Start() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.cc42 StopWatchLegacy stop_watch(__func__); in startStream() local
55 StopWatchLegacy stop_watch(__func__); in suspendStream() local
68 StopWatchLegacy stop_watch(__func__); in stopStream() local
75 StopWatchLegacy stop_watch(__func__); in getPresentationPosition() local
102 StopWatchLegacy stop_watch(__func__); in updateSourceMetadata() local
160 StopWatchLegacy stop_watch(__func__); in updateSinkMetadata() local
/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc64 .stop_watch = Stopwatch("Connect_timeout"), in do_connect()
75 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.cc48 .stop_watch = Stopwatch(__func__), in get_adapter_info()
55 while (context.stop_watch.LapMs() < kTimeoutMs) { in get_adapter_info()
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.cc47 .stop_watch = Stopwatch("Inquiry_timeout"), in start_scan()
53 while (context.stop_watch.LapMs() < 10000) { in start_scan()
/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.cc46 .stop_watch = Stopwatch("Connect_timeout"), in do_mode()
58 while (context.stop_watch.LapMs() < 10000) { in do_mode()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc76 StopWatchLegacy stop_watch(__func__); in startStream() local
89 StopWatchLegacy stop_watch(__func__); in suspendStream() local
102 StopWatchLegacy stop_watch(__func__); in stopStream() local
109 StopWatchLegacy stop_watch(__func__); in getPresentationPosition() local
135 StopWatchLegacy stop_watch(__func__); in updateMetadata() local
/packages/modules/Bluetooth/system/test/headless/
Dmessenger.h37 Stopwatch stop_watch; member
/packages/modules/Bluetooth/system/gd/common/
DAndroid.bp15 "stop_watch.cc",
DBUILD.gn21 "stop_watch.cc",