Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_common_stop_watch_legacy.cc41 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy() function in bluetooth::common::StopWatchLegacy
47 StopWatchLegacy::~StopWatchLegacy() { mock_function_count_map[__func__]++; } in ~StopWatchLegacy()
48 void StopWatchLegacy::DumpStopWatchLog() { in DumpStopWatchLog()
51 void StopWatchLegacy::RecordLog(StopWatchLog log) { in RecordLog()
/aosp12/system/bt/common/
H A Dstop_watch_legacy.cc37 void StopWatchLegacy::RecordLog(StopWatchLog log) { in RecordLog()
56 void StopWatchLegacy::DumpStopWatchLog() { in DumpStopWatchLog()
89 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy() function in bluetooth::common::StopWatchLegacy
94 StopWatchLegacy::~StopWatchLegacy() { in ~StopWatchLegacy()
H A Dstop_watch_legacy.h32 class StopWatchLegacy {
35 StopWatchLegacy(std::string text);
36 ~StopWatchLegacy();
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc51 using ::bluetooth::common::StopWatchLegacy;
86 StopWatchLegacy::DumpStopWatchLog(); in serviceDied()
113 StopWatchLegacy(__func__); in initializationComplete()
128 StopWatchLegacy(GetTimerText(__func__, event)); in hciEventReceived()
135 StopWatchLegacy(GetTimerText(__func__, data)); in aclDataReceived()
142 StopWatchLegacy(GetTimerText(__func__, data)); in scoDataReceived()
149 StopWatchLegacy(GetTimerText(__func__, data)); in isoDataReceived()
H A Dhci_layer.cc62 using bluetooth::common::StopWatchLegacy;
381 StopWatchLegacy::DumpStopWatchLog(); in startup_timer_expired()
529 StopWatchLegacy::DumpStopWatchLog(); in command_timed_out()
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.cc38 using ::bluetooth::common::StopWatchLegacy;
77 StopWatchLegacy(__func__); in startStream()
91 StopWatchLegacy(__func__); in suspendStream()
105 StopWatchLegacy(__func__); in stopStream()
112 StopWatchLegacy(__func__); in getPresentationPosition()
139 StopWatchLegacy(__func__); in updateMetadata()