Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A DSection.cpp736 const std::set<int> hal_pids = get_interesting_hal_pids(); in BlockingCall() local
780 } else if (hal_pids.find(pid) != hal_pids.end()) { in BlockingCall()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp2123 const std::set<int> hal_pids = get_interesting_hal_pids(); in DumpTraces() local
2148 } else if (should_dump_native_traces(exe.c_str()) || hal_pids.find(pid) != hal_pids.end()) { in DumpTraces()