Home
last modified time | relevance | path

Searched refs:GetCallingPid (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_wrapper.h80 virtual pid_t GetCallingPid() = 0;
H A Dstub_binder_wrapper.h104 pid_t GetCallingPid() override;
/aosp14/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.h44 pid_t GetCallingPid() override;
H A Dstub_binder_wrapper.cc82 pid_t StubBinderWrapper::GetCallingPid() { in GetCallingPid() function in android::StubBinderWrapper
H A Dreal_binder_wrapper.cc119 pid_t RealBinderWrapper::GetCallingPid() { in GetCallingPid() function in android::RealBinderWrapper