Home
last modified time | relevance | path

Searched refs:hal_pids (Results 1 – 2 of 2) sorted by relevance

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