HomeSort by relevance Sort by last modified time
    Searched full:mpid (Results 26 - 50 of 305) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
ArmPlatformLib.h 57 Return the core position from the value of its MpId register
67 IN UINTN MpId
82 IN UINTN MpId
86 Return the MpId of the primary core
88 This function returns the MpId of the primary core.
91 @return Return the MpId of the primary core
137 IN UINTN MpId
ArmPlatformSecLib.h 60 IN UINTN MpId
72 IN UINTN MpId,
85 IN UINTN MpId
  /frameworks/base/core/java/android/view/inputmethod/
InputBinding.java 48 final int mPid;
63 mPid = pid;
77 mPid = binding.getPid();
84 mPid = source.readInt();
114 return mPid;
120 + " / uid " + mUid + " / pid " + mPid + "}";
132 dest.writeInt(mPid);
  /system/netd/server/
PppController.cpp 39 mPid = 0;
56 if (mPid) {
105 mPid = pid;
112 if (mPid == 0) {
118 kill(mPid, SIGTERM);
119 waitpid(mPid, NULL, 0);
120 mPid = 0;
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionManagerImplBase.java 122 private int mPid;
127 mPid = pid;
138 return mPid;
153 && mPid == otherUserInfo.mPid
159 return ObjectsCompat.hash(mPackageName, mPid, mUid);
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbDeviceSettings.java 29 private final int mPid;
38 mPid = pid;
50 return mPid;
87 return "UsbDeviceSettings{serial=" + mSerialNumber + ", vid=" + mVid + ", pid=" + mPid
100 return mVid == device.getVendorId() && mPid == device.getProductId();
102 return mVid == device.getVendorId() && mPid == device.getProductId()
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.S 19 // IN UINTN MpId,
53 // IN UINTN MpId,
75 // IN UINTN MpId,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Helper.asm 34 // IN UINTN MpId
45 // IN UINTN MpId
63 // Keep the Cluster ID and Core ID from the MPID
67 // Compare mpid and boot cpu from ARM_SCC_CFGREG48
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
RTSMSec.c 41 IN UINTN MpId
56 IN UINTN MpId
62 if (!ArmPlatformIsPrimaryCore (MpId)) {
95 IN UINTN MpId,
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 50 protected final AtomicInteger mPid;
59 mPid = new AtomicInteger(PID_INIT_VALUE);
86 return mPid.get();
125 mPid.set(pid[0]);
132 int result = Exec.waitFor(mPid.get());
134 int pid = mPid.getAndSet(PID_INIT_VALUE);
164 android.os.Process.killProcess(mPid.get());
165 Log.v("Killed process " + mPid);
170 return (mFd != null && mFd.valid()) && mPid.get() != PID_INIT_VALUE;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbDeviceSettings.java 31 private final int mPid;
41 mPid = pid;
53 return mPid;
82 return "UsbDeviceSettings{serial=" + getSerialNumber() + ", vid=" + mVid + "pid=" + mPid
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DispatchActivity.java 42 private int mPid;
73 mPid = android.os.Process.myPid();
76 mSimpleperfEvt, "-p", String.valueOf(mPid));
79 mSimpleperfDir, "perf.data", String.valueOf(mPid))));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
got-reloc-inrange.d 2 #as: -mlittle-endian -mdsbt -mpic -mpid=near
  /tools/loganalysis/src/com/android/loganalysis/item/
DumpsysProcessMeminfoItem.java 77 private int mPid;
89 return mPid;
94 mPid = pid;
112 result.put("pid", mPid);
  /system/core/logd/
LogWhiteBlackList.cpp 26 Prune::Prune(uid_t uid, pid_t pid) : mUid(uid), mPid(pid) {
31 if (mPid == pid_all) {
34 return pid - mPid;
41 if (mPid != pid_all) {
42 return android::base::StringPrintf("%u/%u", mUid, mPid);
46 if (mPid != pid_all) {
47 return android::base::StringPrintf("/%u", mPid);
49 // NB: mPid == pid_all can not happen if mUid == uid_all
190 if (p.mPid == p.pid_all) {
193 if ((pid == p.pid_all) && (p.mPid != p.pid_all))
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/AArch64/
Helper.S 40 // IN UINTN MpId
52 // IN UINTN MpId
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/AArch64/
HiKey960Helper.S 25 // IN UINTN MpId
45 // IN UINTN MpId
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/Library/Armada70x0Lib/AArch64/
ArmPlatformHelper.S 23 // IN UINTN MpId
42 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
ArmGicSecLib.c 58 IN UINTN MpId,
63 ArmGicV2SetupNonSecure (MpId, GicDistributorBase, GicInterruptInterfaceBase);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA9x4/
CTA9x4Helper.asm 38 // IN UINTN MpId
52 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/AArch64/
RTSMHelper.S 36 // IN UINTN MpId
52 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformLibNull/AArch64/
ArmPlatformHelper.S 22 // IN UINTN MpId
41 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/
ArmPlatformHelper.asm 35 // IN UINTN MpId
55 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/AARCH64/
VirtHelper.S 31 // IN UINTN MpId
39 // IN UINTN MpId
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/ARM/
VirtHelper.S 31 // IN UINTN MpId
39 // IN UINTN MpId

Completed in 707 milliseconds

12 3 4 5 6 7 8 91011>>