Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/include/
Dio_usage.h40 std::vector<uint32_t> getNewPids();
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp76 std::vector<uint32_t> ProcPidIoStats::getNewPids() { in getNewPids() function in ProcPidIoStats
111 std::vector<uint32_t> newpids = getNewPids(); in update()