HomeSort by relevance Sort by last modified time
    Searched refs:getCallingPid (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 90 const int callerPid = ipc->getCallingPid();
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 81 const int callerPid = ipc->getCallingPid();
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 87 const int callerPid = ipc->getCallingPid();
  /hardware/qcom/display/msm8974/libqservice/
IQService.cpp 87 const int callerPid = ipc->getCallingPid();
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 298 IPCThreadState::self()->getCallingPid(),
374 IPCThreadState::self()->getCallingPid(),
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 170 mPid = Binder.getCallingPid();
309 Binder.getCallingPid(), Binder.getCallingUid(), null);
334 Binder.getCallingPid(), Binder.getCallingUid(), null);
372 if (Binder.getCallingPid() != Process.myPid()) {
374 Binder.getCallingPid(), Binder.getCallingUid(), null);
442 Binder.getCallingPid(), callingUid, null);
757 if (Binder.getCallingPid() == Process.myPid()) {
761 Binder.getCallingPid(), Binder.getCallingUid(), null);
    [all...]
CommonTimeManagementService.java 184 "pid=%d, uid=%d", Binder.getCallingPid(), Binder.getCallingUid()));
DockObserver.java 242 + Binder.getCallingPid()
VibratorService.java 218 if (Binder.getCallingPid() == Process.myPid()) {
222 Binder.getCallingPid(), Binder.getCallingUid(), null);
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 76 mPid = Binder.getCallingPid();
195 + Binder.getCallingPid());
201 + Binder.getCallingPid());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 429 this.pid = getCallingPid();
507 stopBatchedScan(settings, getCallingUid(), getCallingPid());
648 Slog.d(TAG, "setWifiEnabled: " + enable + " pid=" + Binder.getCallingPid()
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 390 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid());
399 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid()
433 return (OWN_PROCESS_ID != Binder.getCallingPid());
540 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid()
551 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid()
573 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid()
586 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid()
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 315 assertEquals(Process.myPid(), Binder.getCallingPid());
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.cpp 52 if (getpid() == IPCThreadState::self()->getCallingPid()) return true;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 255 return Process.myPid() == Binder.getCallingPid();
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/search/
SearchManagerService.java 245 userHandle = ActivityManager.handleIncomingUser(Binder.getCallingPid(),
  /frameworks/native/libs/binder/
IServiceManager.cpp 61 pid_t pid = ipcState->getCallingPid();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 322 + Binder.getCallingPid()
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 61 int mCallingPid = Binder.getCallingPid();
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 358 IPCThreadState::self()->getCallingPid(),
597 pid_t pid = IPCThreadState::self()->getCallingPid();
983 ioHandle, keyValuePairs.string(), IPCThreadState::self()->getCallingPid());
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamManagerService.java 411 throw new SecurityException("Access denied to process: " + Binder.getCallingPid()
468 + Binder.getCallingPid()
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 323 + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid());
435 + "pid=" + Binder.getCallingPid() + ")");

Completed in 1431 milliseconds

12 3 4 5 6