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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputWindowHandle.java84 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::__anon1007
153 mInfo->ownerPid = env->GetIntField(obj,
154 gInputWindowHandleClassInfo.ownerPid);
293 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
294 "ownerPid", "I");
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java142 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
146 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
155 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, historyTag,
158 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
173 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
185 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
189 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
196 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
206 int ownerUid, int ownerPid, WorkSourc
141 onWakeLockAcquired(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
172 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
205 onWakeLockReleased(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
[all...]
H A DPowerManagerService.java2640 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) {
2648 mOwnerPid = ownerPid;
2657 int ownerUid, int ownerPid) {
2662 && mOwnerPid == ownerPid;
2666 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) {
2675 if (mOwnerPid != ownerPid) {
2677 + mOwnerPid + " to " + ownerPid);
2639 WakeLock(IBinder lock, int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid) argument
2656 hasSameProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2665 updateProperties(int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid) argument
/frameworks/native/services/inputflinger/
H A DInputWindow.h131 int32_t ownerPid; member in struct:android::InputWindowInfo
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java129 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, argument
131 mOwnerPid = ownerPid;
494 pw.println(indent + "ownerPid=" + mOwnerPid + ", ownerUid=" + mOwnerUid

Completed in 154 milliseconds