Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/include/
Dio_usage.h44 bool getNameForUid(uint32_t uid, std::string *name);
/hardware/google/pixel/perfstatsd/
Dio_usage.cpp164 bool ProcPidIoStats::getNameForUid(uint32_t uid, std::string *name) { in getNameForUid() function in ProcPidIoStats
208 if (!mProcIoStats.getNameForUid(uid, &pname)) { in updateUnknownUidList()