Home
last modified time | relevance | path

Searched refs:getDebugPid (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp113 status_t IBinder::getDebugPid(pid_t* out) { in getDebugPid() function in android::IBinder
116 *out = local->getDebugPid(); in getDebugPid()
200 err = reply->writeInt32(getDebugPid()); in transact()
362 pid_t BBinder::getDebugPid() { in getDebugPid() function in android::BBinder
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBinderFuzzFunctions.h74 bbinder->getDebugPid();
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp369 pid_t oldServicePid = hidlService->getDebugPid(); in addImpl()
633 if (registered->getDebugPid() != pid) { in registerClientCallback()
729 if (registered->getDebugPid() != pid) { in tryUnregister()
785 .pid = service->getDebugPid(), in debugDump()
H A DHidlService.h61 pid_t getDebugPid() const;
H A DHidlService.cpp60 pid_t HidlService::getDebugPid() const { in getDebugPid() function in android::hidl::manager::implementation::HidlService
/aosp12/frameworks/native/include/binder/
H A DIBinder.h153 status_t getDebugPid(pid_t* outPid);
H A DBinder.h95 pid_t getDebugPid();
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinder.h95 pid_t getDebugPid();
H A DIBinder.h153 status_t getDebugPid(pid_t* outPid);
/aosp12/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp330 status_t status = service->getDebugPid(&pid); in dumpPidToFd()
340 status_t status = service->getDebugPid(&pid); in dumpThreadsToFd()