Searched defs:hal_pids (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/incidentd/src/
H A DSection.cpp837 const std::set<int> hal_pids = get_interesting_hal_pids(); local
868 } else if (hal_pids.find(pid) != hal_pids.end()) {
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp841 const std::set<int> hal_pids = get_interesting_hal_pids(); local
865 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) {
932 std::set<int> hal_pids = get_interesting_hal_pids(); local
1008 hal_pids.find(pid) != hal_pids.end()) {

Completed in 34 milliseconds