/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ARM/ |
RelocatableVirtHelper.S | 99 // IN UINTN MpId
107 // IN UINTN MpId
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/ |
RelocatableVirtHelper.S | 101 // IN UINTN MpId
109 // IN UINTN MpId
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/ARM/ |
RelocatableVirtHelper.S | 98 // IN UINTN MpId
106 // IN UINTN MpId
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/ |
PrePi.c | 150 IN UINTN MpId,
158 ArmPlatformInitialize (MpId);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
ImportanceExtractorTest.java | 54 private int mPid = 2000; 72 mPid, n, mUser, null, System.currentTimeMillis());
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/ArmPlatformLibHisilicon/ |
ArmPlatformLib.c | 58 IN UINTN MpId
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/ |
PrePeiCoreEntryPoint.S | 22 // Keep a copy of the MpId register value
|
PrePeiCoreEntryPoint.asm | 36 // Keep a copy of the MpId register value
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/ |
MainUniCore.c | 20 IN UINTN MpId
|
PrePeiCore.h | 69 IN UINTN MpId
|
MainMPCore.c | 33 IN UINTN MpId
51 ClusterId = GET_CLUSTER_ID(MpId);
52 CoreId = GET_CORE_ID(MpId);
|
/frameworks/av/media/libmediaplayerservice/ |
MetadataRetrieverClient.h | 76 pid_t mPid;
|
/frameworks/av/services/audioflinger/ |
MmapTracks.h | 69 pid_t mPid;
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/AArch64/ |
ModuleEntryPoint.S | 57 // Keep a copy of the MpId register value
126 //ArmPlatformStackSet(StackBase, MpId, PrimaryStackSize, SecondaryStackSize)
143 // x0 = MpId
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/Arm/ |
ModuleEntryPoint.S | 55 // Keep a copy of the MpId register value
134 //ArmPlatformStackSet(StackBase, MpId, PrimaryStackSize, SecondaryStackSize)
151 // r0 = MpId
|
/system/extras/tests/sdcard/ |
testcase.cpp | 54 mPid = getpid(); 90 mPid = getpid(); 94 if (kVerbose) printf("Child pid: %d\n", mPid);
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
MonkeyLogParser.java | 93 private Integer mPid = null; 268 mPid = Integer.parseInt(m.group(2)); 275 mPid = Integer.parseInt(m.group(2)); 298 crash.setPid(mPid); 314 mPid = null;
|
/frameworks/av/media/libmediametrics/ |
MediaAnalyticsItem.cpp | 58 : mPid(-1), 70 : mPid(-1), 121 dst->mPid = this->mPid; 179 mPid = pid; 184 return mPid; 636 mPid = data.readInt32(); 686 data->writeInt32(mPid); 774 snprintf(buffer, sizeof(buffer), "%d", mPid); 776 snprintf(buffer, sizeof(buffer), "%d:", mPid); [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 391 int mPid; 596 if (proc.mPid > 0) { 666 setDescription(context, (mProcess.mPid > 0 ? 1 : 0) + mOtherProcesses.size(), [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/ |
ArmGicV3Dxe.c | 243 UINT64 MpId;
296 MpId = ArmReadMpidr ();
297 CpuTarget = MpId & (ARM_CORE_AFF0 | ARM_CORE_AFF1 | ARM_CORE_AFF2 | ARM_CORE_AFF3);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
WifiAwareClientState.java | 59 private final int mPid; 75 mPid = pid; 270 return mContext.checkPermission(Manifest.permission.ACCESS_COARSE_LOCATION, mPid, mUid)
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/ |
HiKey.c | 108 IN UINTN MpId
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
test_execve.c | 32 static pid_t mpid; /* main() pid is used to avoid duplicate test counts */ variable 195 /* don't print this message for mpid */ 196 if (getpid() != mpid) 445 mpid = getpid();
|
/system/core/logd/ |
FlushCommand.cpp | 83 mPid, mStart, mTimeout);
|
/system/hwservicemanager/ |
HidlService.h | 64 pid_t mPid = static_cast<pid_t>(IServiceManager::PidConstant::NO_PID);
|