Searched refs:hal_pids (Results 1 – 2 of 2) sorted by relevance
653 const std::set<int> hal_pids = get_interesting_hal_pids(); in BlockingCall() local685 } else if (hal_pids.find(pid) != hal_pids.end()) { in BlockingCall()
1795 const std::set<int> hal_pids = get_interesting_hal_pids(); in DumpTraces() local1820 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) { in DumpTraces()