Home
last modified time | relevance | path

Searched refs:StopWatchLegacy (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/common/
Dstop_watch_legacy.cc39 void StopWatchLegacy::RecordLog(StopWatchLog log) { in RecordLog()
58 void StopWatchLegacy::DumpStopWatchLog() { in DumpStopWatchLog()
91 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy() function in bluetooth::common::StopWatchLegacy
96 StopWatchLegacy::~StopWatchLegacy() { in ~StopWatchLegacy()
Dstop_watch_legacy.h32 class StopWatchLegacy {
35 StopWatchLegacy(std::string text);
36 ~StopWatchLegacy();
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dbluetooth_audio_port_impl.cc32 using ::bluetooth::common::StopWatchLegacy;
42 StopWatchLegacy stop_watch(__func__); in startStream()
55 StopWatchLegacy stop_watch(__func__); in suspendStream()
68 StopWatchLegacy stop_watch(__func__); in stopStream()
75 StopWatchLegacy stop_watch(__func__); in getPresentationPosition()
102 StopWatchLegacy stop_watch(__func__); in updateSourceMetadata()
160 StopWatchLegacy stop_watch(__func__); in updateSinkMetadata()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc40 using ::bluetooth::common::StopWatchLegacy;
76 StopWatchLegacy stop_watch(__func__); in startStream()
89 StopWatchLegacy stop_watch(__func__); in suspendStream()
102 StopWatchLegacy stop_watch(__func__); in stopStream()
109 StopWatchLegacy stop_watch(__func__); in getPresentationPosition()
135 StopWatchLegacy stop_watch(__func__); in updateMetadata()