Searched defs:getCallingUid (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBinder.java79 public static final native int getCallingUid(); method in class:Binder
84 * of the caller. It is distinct from {@link #getCallingUid()} in that a
90 return new UserHandle(UserHandle.getUserId(getCallingUid()));
106 * @see #getCallingUid()
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java493 public int getCallingUid() { method in class:SipProfile
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp68 static int getCallingUid() { function in namespace:android
69 return IPCThreadState::self()->getCallingUid();
316 clientUid = getCallingUid();
843 const int uid = getCallingUid();
1158 getCallingUid());
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp370 int IPCThreadState::getCallingUid() const function in class:android::IPCThreadState

Completed in 1408 milliseconds