Home
last modified time | relevance | path

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

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp174 void SendCmd(const std::string& cmd);
228 SendCmd("pause"); in PauseRecording()
237 SendCmd("resume"); in ResumeRecording()
261 void ProfileSessionImpl::SendCmd(const std::string& cmd) { in SendCmd() function in simpleperf::ProfileSessionImpl