Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.h35 using Pids = std::vector<int32_t>; variable
83 Pids clientPids{};
DListCommand.h44 std::map<uint64_t, Pids> refPids; // pids that are referenced
127 void removeDeadProcesses(Pids *pids);
DListCommand.cpp103 void ListCommand::removeDeadProcesses(Pids *pids) { in removeDeadProcesses()