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

/frameworks/base/core/java/android/os/
H A DBinder.java98 public static final native int getCallingUid(); method in class:Binder
103 * of the caller. It is distinct from {@link #getCallingUid()} in that a
109 return new UserHandle(UserHandle.getUserId(getCallingUid()));
125 * @see #getCallingUid()
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java326 * is being processed. This is obtained from {@link Binder#getCallingUid()}.
328 public int getCallingUid() { method in class:RecognitionService.Callback
348 recognizerIntent, listener, Binder.getCallingUid())));
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java493 public int getCallingUid() { method in class:SipProfile
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp351 uid_t IPCThreadState::getCallingUid() const function in class:android::IPCThreadState
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java137 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
150 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
162 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
174 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
186 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
316 public int getCallingUid() { method in class:VoiceInteractionSession.Request
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp595 int CameraService::getCallingUid() { function in class:android::CameraService
596 return IPCThreadState::self()->getCallingUid();
787 int uid = getCallingUid();
868 clientUid = getCallingUid();
1258 int uid = getCallingUid();
1786 const int uid = getCallingUid();
1800 const int uid = getCallingUid();
2279 getCallingUid());

Completed in 152 milliseconds