Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java204 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 …]
DPowerManagerService.java4046 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument
4055 mOwnerPid = ownerPid; in WakeLock()
4065 int ownerUid, int ownerPid) { in hasSameProperties() argument
4070 && mOwnerPid == ownerPid; in hasSameProperties()
4074 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument
4083 if (mOwnerPid != ownerPid) { in updateProperties()
4085 + mOwnerPid + " to " + ownerPid); in updateProperties()
/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.cpp61 jfieldID ownerPid; member
156 mInfo.ownerPid = env->GetIntField(obj, in updateInfo()
157 gInputWindowHandleClassInfo.ownerPid); in updateInfo()
329 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/libs/input/
DInputWindow.cpp94 output.writeInt32(ownerPid); in write()
137 ret.ownerPid = from.readInt32(); in read()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java36 int ownerPid, int actualMode) { in PhoneStateEvent() argument
40 mOwnerPid = ownerPid; in PhoneStateEvent()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java91 public int ownerPid; field in InputWindowHandle
/frameworks/av/services/oboeservice/
DAAudioService.cpp276 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/
DInputWindow.h162 int32_t ownerPid; member
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java88 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
DLetterbox.java194 mWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DInputMonitor.java265 inputWindowHandle.ownerPid = child.mSession.mPid; in populateInputWindowHandle()
DTaskPositioner.java288 mDragWindowHandle.ownerPid = Process.myPid(); in register()
DDragState.java292 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DDisplayContent.java5393 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp182 mInputInfo.ownerPid = 11111; in populateInputInfo()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java126 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord() argument
129 mOwnerPid = ownerPid; in MediaSessionRecord()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp475 mInfo.ownerPid = INJECTOR_PID; in updateInfo()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3677 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()