HomeSort by relevance Sort by last modified time
    Searched refs:refPids (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/lshal/
ListCommand.h 43 std::map<uint64_t, Pids> refPids; // pids that are referenced
ListCommand.cpp 180 pidInfo->refPids[ptr].push_back(pid);
637 auto it = pidInfo->refPids.find(debugInfo.ptr);
638 if (it != pidInfo->refPids.end()) {
    [all...]
test.cpp 263 info.refPids[getPtr(serverId)] = getClients(serverId);

Completed in 506 milliseconds