Searched defs:getCallingUid (Results 1 - 6 of 6) sorted by path

/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp40 static int getCallingUid() { function in namespace:android
41 return IPCThreadState::self()->getCallingUid();
H A DCameraClient.cpp37 static int getCallingUid() { function in namespace:android
38 return IPCThreadState::self()->getCallingUid();
H A DCameraService.cpp64 static int getCallingUid() { function in namespace:android
65 return IPCThreadState::self()->getCallingUid();
310 const int uid = getCallingUid();
469 getCallingUid());
/frameworks/base/core/java/android/os/
H A DBinder.java73 public static final native int getCallingUid(); method in class:Binder
78 * of the caller. It is distinct from {@link #getCallingUid()} in that a
84 return new UserHandle(UserHandle.getUserId(getCallingUid()));
100 * @see #getCallingUid()
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java493 public int getCallingUid() { method in class:SipProfile
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp369 int IPCThreadState::getCallingUid() function in class:android::IPCThreadState

Completed in 2354 milliseconds