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

  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 85 public int ownerPid;
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 132 int ownerUid, int ownerPid, WorkSource workSource) {
136 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
143 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType);
145 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType);
159 int ownerUid, int ownerPid, WorkSource workSource) {
163 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
170 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType);
172 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, tag, monitorType)
    [all...]
PowerManagerService.java     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 53 jfieldID ownerPid;
152 mInfo->ownerPid = env->GetIntField(obj,
153 gInputWindowHandleClassInfo.ownerPid);
295 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
296 "ownerPid", "I");
  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 75 mWindowHandle.ownerPid = Process.myPid();
DragState.java 127 mDragWindowHandle.ownerPid = Process.myPid();
InputMonitor.java 193 inputWindowHandle.ownerPid = child.mSession.mPid;
  /frameworks/base/services/input/
InputWindow.h 135 int32_t ownerPid;
InputDispatcher.cpp     [all...]

Completed in 606 milliseconds