Searched defs:getUid (Results 1 - 4 of 4) sorted by relevance

/system/core/logd/
H A DLogWhiteBlackList.h42 uid_t getUid() const { return mUid; } function in class:Prune
45 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); }
H A DLogBufferElement.h64 uid_t getUid(void) const { return mUid; } function in class:LogBufferElement
H A DLogStatistics.h63 if ((uid != AID_ROOT) && (uid != entry.getUid())) {
231 uid(element->getUid()),
236 inline const uid_t&getUid() const { return getKey(); } function in struct:UidEntry
268 uid(element->getUid()),
281 const uid_t&getUid() const { return uid; } function in struct:PidEntry
295 uid_t incomingUid = element->getUid();
296 if (getUid() != incomingUid) {
327 uid(element->getUid()),
342 const uid_t&getUid() const { return uid; } function in struct:TidEntry
356 uid_t incomingUid = element->getUid();
387 const uid_t&getUid() const { return uid; } function in struct:TagEntry
[all...]
/system/core/include/sysutils/
H A DSocketClient.h40 uid_t getUid() const { return mUid; } function in class:SocketClient

Completed in 88 milliseconds