Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java169 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument
173 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired()
183 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, in onWakeLockAcquired()
186 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired()
244 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument
262 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging()
269 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging()
279 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument
283 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased()
291 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased()
[all …]
DPowerManagerService.java3879 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument
3888 mOwnerPid = ownerPid; in WakeLock()
3898 int ownerUid, int ownerPid) { in hasSameProperties() argument
3903 && mOwnerPid == ownerPid; in hasSameProperties()
3907 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument
3916 if (mOwnerPid != ownerPid) { in updateProperties()
3918 + mOwnerPid + " to " + ownerPid); in updateProperties()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputWindowHandle.cpp53 jfieldID ownerPid; member
153 mInfo->ownerPid = env->GetIntField(obj, in updateInfo()
154 gInputWindowHandleClassInfo.ownerPid); in updateInfo()
294 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_server_InputWindowHandle()
/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/services/core/java/com/android/server/input/
DInputWindowHandle.java88 public int ownerPid; field in InputWindowHandle
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java65 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
DDragState.java165 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
DInputMonitor.java315 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandle()
DTaskPositioner.java287 mDragWindowHandle.ownerPid = Process.myPid(); in register()
/frameworks/av/services/oboeservice/
DAAudioService.cpp256 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local
258 int err = android::requestPriority(ownerPid, clientThreadId, in registerAudioThread()
/frameworks/native/services/inputflinger/
DInputWindow.h135 int32_t ownerPid; member
DInputDispatcher.cpp3213 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java123 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord() argument
125 mOwnerPid = ownerPid; in MediaSessionRecord()