OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCallingPid
(Results
1 - 2
of
2
) sorted by null
/system/core/libbinderwrapper/
real_binder_wrapper.cc
119
pid_t RealBinderWrapper::
GetCallingPid
() {
120
return IPCThreadState::self()->
getCallingPid
();
stub_binder_wrapper.cc
82
pid_t StubBinderWrapper::
GetCallingPid
() {
Completed in 60 milliseconds