Searched defs:ownerPid (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java88 public int ownerPid; field in class:InputWindowHandle
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp53 jfieldID ownerPid; member in struct:android::__anon1316
153 mInfo->ownerPid = env->GetIntField(obj,
154 gInputWindowHandleClassInfo.ownerPid);
294 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
295 "ownerPid", "I");
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
176 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
186 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag,
189 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
247 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
258 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
265 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
272 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
282 int ownerUid, int ownerPid, WorkSourc
171 onWakeLockAcquired(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
246 onWakeLockChanging(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag, int newFlags, String newTag, String newPackageName, int newOwnerUid, int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) argument
281 onWakeLockReleased(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
[all...]
H A DPowerManagerService.java3850 WorkSource workSource, String historyTag, int ownerUid, int ownerPid,
3859 mOwnerPid = ownerPid;
3869 int ownerUid, int ownerPid) {
3874 && mOwnerPid == ownerPid;
3878 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) {
3887 if (mOwnerPid != ownerPid) {
3889 + mOwnerPid + " to " + ownerPid);
3849 WakeLock(IBinder lock, int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid, UidState uidState) argument
3868 hasSameProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
3877 updateProperties(int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid) argument
/frameworks/native/services/inputflinger/
H A DInputWindow.h132 int32_t ownerPid; member in struct:android::InputWindowInfo
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java123 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, argument
125 mOwnerPid = ownerPid;
436 pw.println(indent + "ownerPid=" + mOwnerPid + ", ownerUid=" + mOwnerUid

Completed in 158 milliseconds