/frameworks/base/core/java/com/android/internal/net/ |
D | VpnInfo.java | 29 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/ |
D | Notifier.java | 172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 176 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 183 final boolean unimportantForLogging = ownerUid == Process.SYSTEM_UID in onWakeLockAcquired() 189 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 193 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName); in onWakeLockAcquired() local 201 public void onLongPartialWakeLockStart(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockStart() argument 204 Slog.d(TAG, "onLongPartialWakeLockStart: ownerUid=" + ownerUid in onLongPartialWakeLockStart() 215 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart() 222 public void onLongPartialWakeLockFinish(String tag, int ownerUid, WorkSource workSource, in onLongPartialWakeLockFinish() argument 225 Slog.d(TAG, "onLongPartialWakeLockFinish: ownerUid=" + ownerUid in onLongPartialWakeLockFinish() [all …]
|
/frameworks/native/services/surfaceflinger/ |
D | Client.cpp | 137 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()
|
D | Client.h | 61 const sp<IBinder>& parent, uint32_t windowType, uint32_t ownerUid,
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceInfo.java | 263 public int ownerUid; field in DisplayDeviceInfo 322 || ownerUid != other.ownerUid in diff() 356 ownerUid = other.ownerUid; in copyFrom() 384 if (ownerUid != 0 || ownerPackageName != null) { in toString() 386 sb.append(" (uid ").append(ownerUid).append(")"); in toString()
|
D | VirtualDisplayAdapter.java | 84 IMediaProjection projection, int ownerUid, String ownerPackageName, String name, in createVirtualDisplayLocked() argument 90 UNIQUE_ID_PREFIX + ownerPackageName + "," + ownerUid + "," + name + ","; in createVirtualDisplayLocked() 98 ownerUid, ownerPackageName, name, width, height, densityDpi, surface, flags, in createVirtualDisplayLocked() 208 int ownerUid, String ownerPackageName, in VirtualDisplayDevice() argument 213 mOwnerUid = ownerUid; in VirtualDisplayDevice() 366 mInfo.ownerUid = mOwnerUid; in getDisplayDeviceInfoLocked()
|
D | LogicalDisplay.java | 278 mBaseDisplayInfo.ownerUid = deviceInfo.ownerUid; in updateLocked()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 230 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()
|
D | SurfaceControl.java | 40 int w, int h, int format, int flags, long parentObject, int windowType, int ownerUid) in nativeCreate() argument 300 String name, int w, int h, int format, int flags, int windowType, int ownerUid) in SurfaceControl() argument 302 this(session, name, w, h, format, flags, null, windowType, ownerUid); in SurfaceControl() 312 SurfaceControl parent, int windowType, int ownerUid) in SurfaceControl() argument 332 parent != null ? parent.mNativeObject : 0, windowType, ownerUid); in SurfaceControl()
|
D | Display.java | 400 mOwnerUid = displayInfo.ownerUid; in Display() 1006 public static boolean hasAccess(int uid, int flags, int ownerUid) { in hasAccess() argument 1008 || uid == ownerUid in hasAccess()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 51 uint32_t ownerUid, sp<IBinder>* handle, in createSurface() argument 56 windowType, ownerUid, in createSurface()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 54 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/ |
D | IMountService.h | 50 const int32_t ownerUid) = 0; 54 const String16& key, const int32_t ownerUid) = 0;
|
/frameworks/native/include/gui/ |
D | ISurfaceComposerClient.h | 53 uint32_t ownerUid, sp<IBinder>* handle,
|
D | SurfaceComposerClient.h | 111 uint32_t ownerUid = 0 // UID of the task
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 243 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/base/services/core/java/com/android/server/input/ |
D | InputWindowHandle.java | 89 public int ownerUid; field in InputWindowHandle
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 94 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/wm/ |
D | WindowSurfaceController.java | 89 int flags, WindowStateAnimator animator, int windowType, int ownerUid) { in WindowSurfaceController() argument 104 s, name, w, h, format, flags, windowType, ownerUid); in WindowSurfaceController() 108 s, name, w, h, format, flags, windowType, ownerUid); in WindowSurfaceController() 578 int windowType, int ownerUid) in SurfaceTrace() argument 580 super(s, name, w, h, format, flags, windowType, ownerUid); in SurfaceTrace()
|
D | InputConsumerImpl.java | 66 mWindowHandle.ownerUid = Process.myUid(); in InputConsumerImpl()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 135 public static String mountSdDir(String cid, String key, int ownerUid) { in mountSdDir() argument 136 return mountSdDir(cid, key, ownerUid, true); in mountSdDir() 139 public static String mountSdDir(String cid, String key, int ownerUid, boolean readOnly) { in mountSdDir() argument 141 int rc = getStorageManager().mountSecureContainer(cid, key, ownerUid, readOnly); in mountSdDir()
|
/frameworks/native/services/inputflinger/ |
D | InputWindow.h | 133 int32_t ownerUid; member
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageManagerInternal.java | 360 public abstract void addIsolatedUid(int isolatedUid, int ownerUid); in addIsolatedUid() argument
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | MockStorageManager.java | 160 public int createSecureContainer(String id, int sizeMb, String fstype, String key, int ownerUid, in createSecureContainer() argument 176 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly) in mountSecureContainer() argument
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsRecorder.java | 234 delta.migrateTun(info.ownerUid, info.vpnIface, info.primaryUnderlyingIface); in recordSnapshotLocked()
|