Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dcontrol_call_cmd.cpp76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay() local
126 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
130 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
172 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetFrame() local
193 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime() local
216 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local
235 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime() local
Deffective.cpp80 auto thGetTrace = [this, timeStamp]() { this->GetHiperf(std::to_string(timeStamp)); }; in ThreadGetHiperf() local
/developtools/smartperf_host/smartperf_device/device_command/cmds/src/
Dcontrol_call_cmd.cpp76 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in TimeDelay() local
126 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
130 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in SlideList() local
172 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetFrame() local
193 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in ResponseTime() local
216 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in CompleteTime() local
235 std::thread thGetTrace = std::thread([&sd, traceName]() { sd.GetTrace(traceName); }); in GetAppStartTime() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
Deffective.cpp80 auto thGetTrace = [this, timeStamp]() { this->GetHiperf(std::to_string(timeStamp)); }; in ThreadGetHiperf() local