HomeSort by relevance Sort by last modified time
    Searched refs:ownerUid (Results 1 - 25 of 25) sorted by null

  /system/vold/
Fat.h 27 int ownerUid, int ownerGid, int permMask,
VolumeManager.h 93 const char *key, const int ownerUid, bool isExternal);
109 int mountAsec(const char *id, const char *key, int ownerUid, bool readOnly);
117 int mountObb(const char *fileName, const char *key, int ownerUid);
Fat.cpp 117 int ownerUid, int ownerGid, int permMask, bool createLost) {
144 ownerUid, ownerGid, permMask, permMask);
VolumeManager.cpp 391 const char *key, const int ownerUid, bool isExternal) {
557 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000,
574 if (fchown(dirfd, ownerUid, AID_SYSTEM)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 51 virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int ownerUid) = 0;
54 virtual int mountSecureContainer(String16 id, String16 key, int ownerUid) = 0;
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 211 public int ownerUid;
253 && ownerUid == other.ownerUid
279 ownerUid = other.ownerUid;
302 if (ownerUid != 0 || ownerPackageName != null) {
304 sb.append(" (uid ").append(ownerUid).append(")");
VirtualDisplayAdapter.java 59 IMediaProjection projection, int ownerUid, String ownerPackageName,
65 ownerUid, ownerPackageName, name, width, height, densityDpi, surface, flags,
154 int ownerUid, String ownerPackageName,
159 mOwnerUid = ownerUid;
284 mInfo.ownerUid = mOwnerUid;
LogicalDisplay.java 229 mBaseDisplayInfo.ownerUid = deviceInfo.ownerUid;
  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 86 public int ownerUid;
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 141 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
145 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
152 && ownerUid == Process.SYSTEM_UID;
157 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
161 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName);
172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
184 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
195 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
205 int ownerUid, int ownerPid, WorkSource workSource, String historyTag)
    [all...]
PowerManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
DisplayInfo.java 215 public int ownerUid;
281 && ownerUid == other.ownerUid
318 ownerUid = other.ownerUid;
349 ownerUid = source.readInt();
381 dest.writeInt(ownerUid);
422 return Display.hasAccess(uid, flags, ownerUid);
500 if (ownerUid != 0 || ownerPackageName != null) {
502 sb.append(" (uid ").append(ownerUid).append(")")
    [all...]
Display.java 274 mOwnerUid = displayInfo.ownerUid;
745 public static boolean hasAccess(int uid, int flags, int ownerUid) {
747 || uid == ownerUid
  /frameworks/base/include/storage/
IMountService.h 50 const int32_t ownerUid) = 0;
54 const String16& key, const int32_t ownerUid) = 0;
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 55 jfieldID ownerUid;
158 mInfo->ownerUid = env->GetIntField(obj,
159 gInputWindowHandleClassInfo.ownerUid);
302 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerUid, clazz,
303 "ownerUid", "I");
  /frameworks/base/core/java/android/os/storage/
IMountService.java 253 int ownerUid, boolean external) throws RemoteException {
263 _data.writeInt(ownerUid);
324 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly)
333 _data.writeInt(ownerUid);
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 125 public static String mountSdDir(String cid, String key, int ownerUid) {
126 return mountSdDir(cid, key, ownerUid, true);
129 public static String mountSdDir(String cid, String key, int ownerUid, boolean readOnly) {
131 int rc = getMountService().mountSecureContainer(cid, key, ownerUid, readOnly);
  /frameworks/base/services/core/java/com/android/server/wm/
FakeWindowImpl.java 74 mWindowHandle.ownerUid = Process.myUid();
DragState.java 127 mDragWindowHandle.ownerUid = Process.myUid();
InputMonitor.java 197 inputWindowHandle.ownerUid = child.mSession.mUid;
  /frameworks/base/libs/storage/
IMountService.cpp 236 const String16& key, const int32_t ownerUid)
244 data.writeInt32(ownerUid);
291 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid)
297 data.writeInt32(ownerUid);
  /frameworks/native/services/inputflinger/
InputWindow.h 138 int32_t ownerUid;
InputDispatcher.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 127 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName,
130 mOwnerUid = ownerUid;
440 pw.println(indent + "ownerPid=" + mOwnerPid + ", ownerUid=" + mOwnerUid
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 783 milliseconds