Home
last modified time | relevance | path

Searched defs:ownerPid (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java301 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired()
392 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging()
444 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased()
455 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased()
1202 int ownerUid, int ownerPid, int flags, WorkSource workSource, String packageName, in notifyWakeLockListener()
1227 private void notifyWakelockAcquisition(String tag, int ownerUid, int ownerPid, int flags, in notifyWakelockAcquisition()
1255 private void notifyWakelockRelease(String tag, int ownerUid, int ownerPid, int flags, in notifyWakelockRelease()
1277 private void notifyWakelockChanging(WorkSource workSource, int ownerPid, String tag, in notifyWakelockChanging()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerCreationArgs.h55 pid_t ownerPid; member
DRequestedLayerState.h115 const gui::Pid ownerPid; member
/frameworks/av/services/oboeservice/
DAAudioServiceStreamBase.cpp579 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local
587 pid_t ownerPid, pid_t clientThreadId, int priority) { in registerAudioThread_l()
DAAudioServiceStreamBase.h243 RegisterAudioThreadParam(pid_t ownerPid, pid_t clientThreadId, int priority) in RegisterAudioThreadParam()
/frameworks/base/core/java/android/view/
DInputWindowHandle.java129 public int ownerPid; field in InputWindowHandle
/frameworks/base/services/core/java/com/android/server/audio/
DAudioServiceEvents.java44 int ownerPid, int actualMode) { in PhoneStateEvent()
55 PhoneStateEvent(String callingPackage, int ownerPid) { in PhoneStateEvent()
/frameworks/native/services/inputflinger/tests/
DFakeWindows.h384 inline void setOwnerInfo(gui::Pid ownerPid, gui::Uid ownerUid) { in setOwnerInfo()
DInputDispatcher_test.cpp13608 gui::Pid ownerPid = windowInfo.ownerPid; in TEST_F() local
13620 gui::Pid ownerPid = windowInfo.ownerPid; in TEST_F() local
/frameworks/base/services/core/java/com/android/server/wm/
DEmbeddedWindowController.java283 WindowState hostWindowState, int ownerUid, int ownerPid, int windowType, in EmbeddedWindow()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp68 jfieldID ownerPid; member
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java280 int ownerPid, in MediaSessionRecord()
DMediaRouter2ServiceImpl.java2665 int ownerPid, in ManagerRecord()
/frameworks/native/libs/gui/include/gui/
DWindowInfo.h236 Pid ownerPid = Pid::INVALID; member
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp338 SurfaceFrame::SurfaceFrame(const FrameTimelineInfo& frameTimelineInfo, pid_t ownerPid, in SurfaceFrame()
944 const FrameTimelineInfo& frameTimelineInfo, pid_t ownerPid, uid_t ownerUid, int32_t layerId, in createSurfaceFrameForToken()