Home
last modified time | relevance | path

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

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