HomeSort by relevance Sort by last modified time
    Searched refs:ownerPid (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 84 public int ownerPid;
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 142 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
146 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
155 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, historyTag,
158 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
173 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
185 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
189 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
196 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
206 int ownerUid, int ownerPid, WorkSource workSource, String historyTag)
    [all...]
PowerManagerService.java     [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 53 jfieldID ownerPid;
153 mInfo->ownerPid = env->GetIntField(obj,
154 gInputWindowHandleClassInfo.ownerPid);
293 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
294 "ownerPid", "I");
  /frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java 72 mWindowHandle.ownerPid = Process.myPid();
DragState.java 125 mDragWindowHandle.ownerPid = Process.myPid();
InputMonitor.java 195 inputWindowHandle.ownerPid = child.mSession.mPid;
  /frameworks/native/services/inputflinger/
InputWindow.h 131 int32_t ownerPid;
InputDispatcher.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 129 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName,
131 mOwnerPid = ownerPid;
494 pw.println(indent + "ownerPid=" + mOwnerPid + ", ownerUid=" + mOwnerUid
    [all...]

Completed in 1142 milliseconds