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

/frameworks/base/core/java/android/os/
H A DBinder.java78 public static final native int getCallingUid(); method in class:Binder
83 * of the caller. It is distinct from {@link #getCallingUid()} in that a
89 return new UserHandle(UserHandle.getUserId(getCallingUid()));
105 * @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.cpp65 static int getCallingUid() { function in namespace:android
66 return IPCThreadState::self()->getCallingUid();
268 clientUid = getCallingUid();
691 const int uid = getCallingUid();
1004 getCallingUid());
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp369 int IPCThreadState::getCallingUid() function in class:android::IPCThreadState

Completed in 1965 milliseconds