Searched refs:hal_pids (Results 1 – 2 of 2) sorted by relevance
736 const std::set<int> hal_pids = get_interesting_pids(); in BlockingCall() local780 } else if (hal_pids.find(pid) != hal_pids.end()) { in BlockingCall()
2304 const std::set<int> hal_pids = get_interesting_pids(); in DumpTraces() local2329 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) { in DumpTraces()