Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h156 IOEventLoop* GetIOEventLoop() { return loop_.get(); } in GetIOEventLoop() function
Dcmd_monitor.cpp267 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in PrepareMonitoring()
291 if (!event_selection_set_.GetIOEventLoop()->RunLoop()) { in DoMonitoring()
Dcmd_record.cpp591 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in PrepareRecording()
678 if (!event_selection_set_.GetIOEventLoop()->RunLoop()) { in DoRecording()
1325 return event_selection_set_.GetIOEventLoop()->ExitLoop(); in ProcessRecord()
Dcmd_stat.cpp556 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in Run()