Searched refs:GetTimerText (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/hci/src/ |
H A D | hci_layer_android.cc | 66 std::string GetTimerText(std::string func_name, const hidl_vec<uint8_t>& vec) { in GetTimerText() function 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()
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_android_hidl.cc | 57 std::string GetTimerText(const char* func_name, VecType vec) { in GetTimerText() function 93 common::StopWatch(GetTimerText(__func__, event)); in hciEventReceived() 106 common::StopWatch(GetTimerText(__func__, data)); in aclDataReceived() 119 common::StopWatch(GetTimerText(__func__, data)); in scoDataReceived() 132 common::StopWatch(GetTimerText(__func__, data)); in isoDataReceived()
|