Searched defs:getPid (Results 1 - 7 of 7) sorted by relevance

/system/core/logd/
H A DLogWhiteBlackList.h45 pid_t getPid() const { function in class:Prune
50 return cmp(e->getUid(), e->getPid());
H A DLogBufferElement.h73 pid_t getPid(void) const { function in class:LogBufferElement
H A DLogStatistics.h98 if (pid && entry.getPid() && (pid != entry.getPid())) {
285 pid(element->getPid()) {
294 inline const pid_t& getPid() const { function in struct:UidEntry
299 if (pid != element->getPid()) {
322 pid(element->getPid()),
339 const pid_t& getPid() const { function in struct:PidEntry
364 name = android::pidToName(element->getPid());
366 add(element->getPid());
398 pid(element->getPid()),
419 const pid_t& getPid() const { function in struct:TidEntry
472 const pid_t& getPid() const { function in struct:TagEntry
604 const pid_t& getPid() const { function in struct:TagNameEntry
[all...]
/system/core/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient
/system/core/libsysutils/include/sysutils/
H A DSocketClient.h39 pid_t getPid() const { return mPid; } function in class:SocketClient
/system/hwservicemanager/
H A DHidlService.cpp34 pid_t HidlService::getPid() const { function in class:android::hidl::manager::implementation::HidlService
/system/vold/
H A DProcess.cpp164 int Process::getPid(const char *s) { function in class:Process
191 int pid = getPid(de->d_name);

Completed in 254 milliseconds