Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputWindow_test.cpp61 i.ownerPid = 19; in TEST()
93 ASSERT_EQ(i.ownerPid, i2.ownerPid); in TEST()
/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.java3998 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/
Dandroid_hardware_input_InputWindowHandle.cpp60 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/
DInputWindow.cpp94 output.writeInt32(ownerPid); in write()
137 ret.ownerPid = from.readInt32(); in read()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java35 int ownerPid, int actualMode) { in PhoneStateEvent() argument
39 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.java287 mDragWindowHandle.ownerPid = Process.myPid(); in register()
DDragState.java294 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DDisplayContent.java5288 portalWindowHandle.ownerPid = Process.myPid(); in createPortalWindowHandle()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp203 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.cpp473 mInfo.ownerPid = INJECTOR_PID; in updateInfo()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3709 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()