Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h156 bool StopWhenNoMoreTargets(double check_interval_in_sec =
Devent_selection_set.cpp693 bool EventSelectionSet::StopWhenNoMoreTargets(double check_interval_in_sec) { in StopWhenNoMoreTargets() function in EventSelectionSet
Dcmd_stat.cpp546 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in Run()
Dcmd_record.cpp507 if (need_to_check_targets && !event_selection_set_.StopWhenNoMoreTargets()) { in PrepareRecording()