/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/services/core/java/com/android/server/power/ |
D | Notifier.java | 204 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 208 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 218 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, in onWakeLockAcquired() 221 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument 300 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging() 307 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging() 317 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument 321 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 329 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased() [all …]
|
D | PowerManagerService.java | 3998 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument 4007 mOwnerPid = ownerPid; in WakeLock() 4017 int ownerUid, int ownerPid) { in hasSameProperties() argument 4022 && mOwnerPid == ownerPid; in hasSameProperties() 4026 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument 4035 if (mOwnerPid != ownerPid) { in updateProperties() 4037 + mOwnerPid + " to " + ownerPid); in updateProperties()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 60 jfieldID ownerPid; member 149 mInfo.ownerPid = env->GetIntField(obj, in updateInfo() 150 gInputWindowHandleClassInfo.ownerPid); in updateInfo() 322 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_view_InputWindowHandle()
|
/frameworks/native/libs/input/ |
D | InputWindow.cpp | 94 output.writeInt32(ownerPid); in write() 137 ret.ownerPid = from.readInt32(); in read()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 35 int ownerPid, int actualMode) { in PhoneStateEvent() argument 39 mOwnerPid = ownerPid; in PhoneStateEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 91 public int ownerPid; field in InputWindowHandle
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.cpp | 276 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local 278 int err = android::requestPriority(ownerPid, clientThreadId, in registerAudioThread()
|
/frameworks/native/include/input/ |
D | InputWindow.h | 162 int32_t ownerPid; member
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 88 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
|
D | Letterbox.java | 194 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | InputMonitor.java | 265 inputWindowHandle.ownerPid = child.mSession.mPid; in populateInputWindowHandle()
|
D | TaskPositioner.java | 287 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|
D | DragState.java | 294 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | DisplayContent.java | 5288 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 203 mInputInfo.ownerPid = 11111; in populateInputInfo()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 126 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord() argument 129 mOwnerPid = ownerPid; in MediaSessionRecord()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 473 mInfo.ownerPid = INJECTOR_PID; in updateInfo()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 3709 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|