Searched defs:ownerPid (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 43 int ownerPid, int actualMode) { in PhoneStateEvent() 54 PhoneStateEvent(String callingPackage, int ownerPid) { in PhoneStateEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 129 public int ownerPid; field in InputWindowHandle
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamBase.cpp | 537 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local 545 pid_t ownerPid, pid_t clientThreadId, int priority) { in registerAudioThread_l()
|
D | AAudioServiceStreamBase.h | 254 RegisterAudioThreadParam(pid_t ownerPid, pid_t clientThreadId, int priority) in RegisterAudioThreadParam()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 226 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired() 311 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 353 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EmbeddedWindowController.java | 202 WindowState hostWindowState, int ownerUid, int ownerPid, int windowType, in EmbeddedWindow()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 68 jfieldID ownerPid; member
|
/frameworks/native/services/surfaceflinger/FrameTimeline/ |
D | FrameTimeline.cpp | 301 SurfaceFrame::SurfaceFrame(const FrameTimelineInfo& frameTimelineInfo, pid_t ownerPid, in SurfaceFrame() 788 const FrameTimelineInfo& frameTimelineInfo, pid_t ownerPid, uid_t ownerUid, int32_t layerId, in createSurfaceFrameForToken()
|
/frameworks/native/libs/gui/include/gui/ |
D | WindowInfo.h | 224 int32_t ownerPid = -1; member
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 185 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 1279 void setOwnerInfo(int32_t ownerPid, int32_t ownerUid) { in setOwnerInfo() 6896 int32_t ownerPid = windowInfo.ownerPid; in TEST_F() local 6907 int32_t ownerPid = windowInfo.ownerPid; in TEST_F() local
|