Home
last modified time | relevance | path

Searched defs:stop_watch (Results 1 – 4 of 4) sorted by relevance

/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/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/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