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

/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java84 public int ownerPid; field in class:InputWindowHandle
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp52 jfieldID ownerPid; member in struct:android::__anon1141
149 mInfo->ownerPid = env->GetIntField(obj,
150 gInputWindowHandleClassInfo.ownerPid);
289 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
290 "ownerPid", "I");
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java127 public void onWakeLockAcquired(int flags, String tag, int ownerUid, int ownerPid, argument
131 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
138 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType);
140 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType);
150 public void onWakeLockReleased(int flags, String tag, int ownerUid, int ownerPid, argument
154 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
161 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType);
163 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, ta
[all...]
H A DPowerManagerService.java2401 int ownerUid, int ownerPid) {
2407 mOwnerPid = ownerPid;
2416 int ownerUid, int ownerPid) {
2421 && mOwnerPid == ownerPid;
2425 int ownerUid, int ownerPid) {
2430 mOwnerPid = ownerPid;
2400 WakeLock(IBinder lock, int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2415 hasSameProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2424 updateProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
/frameworks/base/services/input/
H A DInputWindow.h134 int32_t ownerPid; member in struct:android::InputWindowInfo

Completed in 2814 milliseconds