/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 210 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 214 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 224 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, in onWakeLockAcquired() 227 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 294 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument 312 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging() 319 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging() 329 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument 333 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 341 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased() [all …]
|
D | PowerManagerService.java | 4462 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, 4471 mOwnerPid = ownerPid; 4481 int ownerUid, int ownerPid) { 4486 && mOwnerPid == ownerPid; 4490 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { 4499 if (mOwnerPid != ownerPid) { 4501 + mOwnerPid + " to " + ownerPid);
|
/frameworks/native/libs/input/tests/ |
D | InputWindow_test.cpp | 61 i.ownerPid = 19; in TEST() 93 ASSERT_EQ(i.ownerPid, i2.ownerPid); in TEST()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 62 jfieldID ownerPid; member 154 mInfo.ownerPid = env->GetIntField(obj, in updateInfo() 155 gInputWindowHandleClassInfo.ownerPid); in updateInfo() 332 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_view_InputWindowHandle()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 42 int ownerPid, int actualMode) { in PhoneStateEvent() argument 47 mOwnerPid = ownerPid; in PhoneStateEvent() 53 PhoneStateEvent(String callingPackage, int ownerPid) { in PhoneStateEvent() argument 56 mOwnerPid = ownerPid; in PhoneStateEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EmbeddedWindowController.java | 150 WindowState hostWindowState, int ownerUid, int ownerPid, int windowType) { in EmbeddedWindow() argument 157 mOwnerPid = ownerPid; in EmbeddedWindow()
|
D | InputConsumerImpl.java | 87 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
|
D | Letterbox.java | 223 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | TaskPositioner.java | 249 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|
D | InputMonitor.java | 270 inputWindowHandle.ownerPid = child.mSession.mPid; in populateInputWindowHandle()
|
D | DragState.java | 290 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | DisplayContent.java | 5134 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()
|
D | WindowManagerService.java | 8098 h.ownerPid = callingPid; in updateInputChannel()
|
/frameworks/native/libs/input/ |
D | InputWindow.cpp | 95 output.writeInt32(ownerPid); in write() 133 ret.ownerPid = from.readInt32(); in read()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 86 public int ownerPid; field in InputWindowHandle
|
/frameworks/native/include/input/ |
D | InputWindow.h | 166 int32_t ownerPid = -1; member
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamBase.cpp | 459 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local 461 int err = android::requestPriority(ownerPid, clientThreadId, in registerAudioThread()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 179 mInfo.ownerPid = INJECTOR_PID; in updateInfo()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 202 mInputInfo.ownerPid = 11111; in populateInputInfo()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 164 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord() argument 168 mOwnerPid = ownerPid; in MediaSessionRecord()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2091 } else if (info->ownerPid == otherInfo->ownerPid) { in canBeObscuredBy() 4156 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2365 mDrawingState.inputInfo.ownerPid = mCallingPid; in fillInputInfo()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 783 mInfo.ownerPid = INJECTOR_PID; in FakeWindowHandle()
|