Home
last modified time | relevance | path

Searched refs:Pids (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/lshal/
DTableEntry.h34 using Pids = std::vector<int32_t>; variable
78 Pids clientPids{};
DListCommand.h43 std::map<uint64_t, Pids> refPids; // pids that are referenced
113 void removeDeadProcesses(Pids *pids);
DListCommand.cpp85 void ListCommand::removeDeadProcesses(Pids *pids) { in removeDeadProcesses()