Searched refs:stop_watch (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_hal_android.cc | 77 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/ |
D | bluetooth_audio_port_impl.cc | 42 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/ |
D | connect.cc | 64 .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/ |
D | adapter.cc | 48 .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/ |
D | scan.cc | 47 .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/ |
D | mode.cc | 46 .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/ |
D | client_interface_hidl.cc | 76 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/ |
D | messenger.h | 37 Stopwatch stop_watch; member
|
/packages/modules/Bluetooth/system/gd/common/ |
D | Android.bp | 15 "stop_watch.cc",
|
D | BUILD.gn | 21 "stop_watch.cc",
|