Home
last modified time | relevance | path

Searched refs:ownerPid (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java210 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 …]
DPowerManagerService.java4462 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/
DInputWindow_test.cpp61 i.ownerPid = 19; in TEST()
93 ASSERT_EQ(i.ownerPid, i2.ownerPid); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp62 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/
DAudioServiceEvents.java42 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/
DEmbeddedWindowController.java150 WindowState hostWindowState, int ownerUid, int ownerPid, int windowType) { in EmbeddedWindow() argument
157 mOwnerPid = ownerPid; in EmbeddedWindow()
DInputConsumerImpl.java87 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
DLetterbox.java223 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DTaskPositioner.java249 mDragWindowHandle.ownerPid = Process.myPid(); in register()
DInputMonitor.java270 inputWindowHandle.ownerPid = child.mSession.mPid; in populateInputWindowHandle()
DDragState.java290 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DDisplayContent.java5134 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()
DWindowManagerService.java8098 h.ownerPid = callingPid; in updateInputChannel()
/frameworks/native/libs/input/
DInputWindow.cpp95 output.writeInt32(ownerPid); in write()
133 ret.ownerPid = from.readInt32(); in read()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java86 public int ownerPid; field in InputWindowHandle
/frameworks/native/include/input/
DInputWindow.h166 int32_t ownerPid = -1; member
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp459 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/
DInputDispatcher_benchmarks.cpp179 mInfo.ownerPid = INJECTOR_PID; in updateInfo()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp202 mInputInfo.ownerPid = 11111; in populateInputInfo()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java164 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord() argument
168 mOwnerPid = ownerPid; in MediaSessionRecord()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2091 } else if (info->ownerPid == otherInfo->ownerPid) { in canBeObscuredBy()
4156 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2365 mDrawingState.inputInfo.ownerPid = mCallingPid; in fillInputInfo()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp783 mInfo.ownerPid = INJECTOR_PID; in FakeWindowHandle()