Home
last modified time | relevance | path

Searched refs:ownerUid (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/net/
DVpnInfo.java29 public int ownerUid; field in VpnInfo
36 "ownerUid=" + ownerUid + in toString()
49 dest.writeInt(ownerUid); in writeToParcel()
58 info.ownerUid = source.readInt();
/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()
180 final boolean unimportantForLogging = ownerUid == Process.SYSTEM_UID in onWakeLockAcquired()
186 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired()
190 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName); in onWakeLockAcquired() local
198 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart() argument
201 Slog.d(TAG, "onLongPartialWakeLockStart: ownerUid=" + ownerUid in onLongPartialWakeLockStart()
212 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart()
219 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish() argument
222 Slog.d(TAG, "onLongPartialWakeLockFinish: ownerUid=" + ownerUid in onLongPartialWakeLockFinish()
[all …]
DPowerManagerService.java3879 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument
3887 mOwnerUid = ownerUid; in WakeLock()
3898 int ownerUid, int ownerPid) { in hasSameProperties() argument
3902 && mOwnerUid == ownerUid in hasSameProperties()
3907 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument
3912 if (mOwnerUid != ownerUid) { in updateProperties()
3914 + mOwnerUid + " to " + ownerUid); in updateProperties()
/frameworks/native/services/surfaceflinger/
DClient.cpp137 const sp<IBinder>& parentHandle, uint32_t windowType, uint32_t ownerUid, in createSurface() argument
174 uint32_t ownerUid; in createSurface() member in android::Client::createSurface::MessageCreateLayer
179 sp<IBinder>* handle, uint32_t windowType, uint32_t ownerUid, in createSurface() argument
185 parent(parent), windowType(windowType), ownerUid(ownerUid) { in createSurface()
190 windowType, ownerUid, handle, gbp, parent); in createSurface()
197 windowType, ownerUid, gbp, &parent); in createSurface()
DClient.h61 const sp<IBinder>& parent, uint32_t windowType, uint32_t ownerUid,
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java269 public int ownerUid; field in DisplayDeviceInfo
328 || ownerUid != other.ownerUid in diff()
362 ownerUid = other.ownerUid; in copyFrom()
390 if (ownerUid != 0 || ownerPackageName != null) { in toString()
392 sb.append(" (uid ").append(ownerUid).append(")"); in toString()
DVirtualDisplayAdapter.java87 IMediaProjection projection, int ownerUid, String ownerPackageName, String name, in createVirtualDisplayLocked() argument
93 UNIQUE_ID_PREFIX + ownerPackageName + "," + ownerUid + "," + name + ","; in createVirtualDisplayLocked()
101 ownerUid, ownerPackageName, name, width, height, densityDpi, surface, flags, in createVirtualDisplayLocked()
211 int ownerUid, String ownerPackageName, in VirtualDisplayDevice() argument
216 mOwnerUid = ownerUid; in VirtualDisplayDevice()
376 mInfo.ownerUid = mOwnerUid; in getDisplayDeviceInfoLocked()
DLogicalDisplay.java281 mBaseDisplayInfo.ownerUid = deviceInfo.ownerUid; in updateLocked()
/frameworks/base/core/java/android/view/
DDisplayInfo.java230 public int ownerUid; field in DisplayInfo
309 && ownerUid == other.ownerUid in equals()
352 ownerUid = other.ownerUid; in copyFrom()
396 ownerUid = source.readInt(); in readFromParcel()
440 dest.writeInt(ownerUid); in writeToParcel()
553 return Display.hasAccess(uid, flags, ownerUid); in hasAccess()
646 if (ownerUid != 0 || ownerPackageName != null) { in toString()
648 sb.append(" (uid ").append(ownerUid).append(")"); in toString()
DSurfaceControl.java40 int w, int h, int format, int flags, long parentObject, int windowType, int ownerUid) in nativeCreate() argument
310 String name, int w, int h, int format, int flags, int windowType, int ownerUid) in SurfaceControl() argument
312 this(session, name, w, h, format, flags, null, windowType, ownerUid); in SurfaceControl()
322 SurfaceControl parent, int windowType, int ownerUid) in SurfaceControl() argument
342 parent != null ? parent.mNativeObject : 0, windowType, ownerUid); in SurfaceControl()
DDisplay.java407 mOwnerUid = displayInfo.ownerUid; in Display()
1016 public static boolean hasAccess(int uid, int flags, int ownerUid) { in hasAccess() argument
1018 || uid == ownerUid in hasAccess()
/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp51 uint32_t ownerUid, sp<IBinder>* handle, in createSurface() argument
56 windowType, ownerUid, in createSurface()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputWindowHandle.cpp54 jfieldID ownerUid; member
155 mInfo->ownerUid = env->GetIntField(obj, in updateInfo()
156 gInputWindowHandleClassInfo.ownerUid); in updateInfo()
297 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerUid, clazz, in register_android_server_InputWindowHandle()
/frameworks/base/libs/storage/include/storage/
DIMountService.h50 const int32_t ownerUid) = 0;
54 const String16& key, const int32_t ownerUid) = 0;
/frameworks/base/libs/storage/
DIMountService.cpp243 const String16& key, const int32_t ownerUid) in createSecureContainer() argument
251 data.writeInt32(ownerUid); in createSecureContainer()
298 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid) in mountSecureContainer() argument
304 data.writeInt32(ownerUid); in mountSecureContainer()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposerClient.h53 uint32_t ownerUid, sp<IBinder>* handle,
DSurfaceComposerClient.h111 uint32_t ownerUid = 0 // UID of the task
/frameworks/base/core/java/android/os/storage/
DIStorageManager.aidl94 int ownerUid, boolean external) = 10; in createSecureContainer() argument
111 int mountSecureContainer(in String id, in String key, int ownerUid, boolean readOnly) = 13; in mountSecureContainer() argument
/frameworks/base/services/core/java/com/android/server/input/
DInputWindowHandle.java89 public int ownerUid; field in InputWindowHandle
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceControlWithBackground.java70 int flags, int windowType, int ownerUid, in SurfaceControlWithBackground() argument
72 super(s, name, w, h, format, flags, windowType, ownerUid); in SurfaceControlWithBackground()
DInputConsumerImpl.java66 mWindowHandle.ownerUid = Process.myUid(); in InputConsumerImpl()
DWindowSurfaceController.java87 int flags, WindowStateAnimator animator, int windowType, int ownerUid) { in WindowSurfaceController() argument
102 s, name, w, h, format, flags, windowType, ownerUid, this); in WindowSurfaceController()
577 int windowType, int ownerUid) in SurfaceTrace() argument
579 super(s, name, w, h, format, flags, windowType, ownerUid); in SurfaceTrace()
/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java136 public static String mountSdDir(String cid, String key, int ownerUid) { in mountSdDir() argument
137 return mountSdDir(cid, key, ownerUid, true); in mountSdDir()
140 public static String mountSdDir(String cid, String key, int ownerUid, boolean readOnly) { in mountSdDir() argument
142 int rc = getStorageManager().mountSecureContainer(cid, key, ownerUid, readOnly); in mountSdDir()
/frameworks/native/services/inputflinger/
DInputWindow.h136 int32_t ownerUid; member
/frameworks/base/core/java/android/content/pm/
DPackageManagerInternal.java359 public abstract void addIsolatedUid(int isolatedUid, int ownerUid); in addIsolatedUid() argument

12