OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCallingUid
(Results
1 - 2
of
2
) sorted by null
/system/core/libbinderwrapper/
real_binder_wrapper.cc
115
uid_t RealBinderWrapper::
GetCallingUid
() {
116
return IPCThreadState::self()->
getCallingUid
();
stub_binder_wrapper.cc
78
uid_t StubBinderWrapper::
GetCallingUid
() {
Completed in 139 milliseconds