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.h92 if (pid && entry.getPid() && (pid != entry.getPid())) {
271 pid(element->getPid()) {
280 inline const pid_t& getPid() const { function in struct:UidEntry
285 if (pid != element->getPid()) {
312 pid(element->getPid()),
329 const pid_t& getPid() const { function in struct:PidEntry
354 name = android::pidToName(element->getPid());
356 add(element->getPid());
381 pid(element->getPid()),
402 const pid_t& getPid() const { function in struct:TidEntry
455 const pid_t& getPid() const { function in struct:TagEntry
[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::V1_0::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 139 milliseconds