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

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/ARM/
VirtHelper.asm 42 // IN UINTN MpId
51 // IN UINTN MpId
  /system/core/logd/
LogWhiteBlackList.h 33 const pid_t mPid;
46 return mPid;
LogBufferElement.cpp 40 mPid(pid),
52 mPid(elem.mPid),
152 if (!commName && (mTid != mPid)) {
153 commName = android::tidToName(mPid);
157 commName = parent->pidToName(mPid);
240 entry.pid = mPid;
LogTimes.cpp 40 mPid(pid),
207 if ((!me->mPid || (me->mPid == element->getPid())) &&
246 if (me->mPid && (me->mPid != element->getPid())) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/AArch64/
ArmPlatformStackLib.S 19 // IN UINTN MpId,
55 // IN UINTN MpId,
78 // IN UINTN MpId,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 34 // IN UINTN MpId,
69 // IN UINTN MpId,
93 // IN UINTN MpId,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
MainMPCore.c 45 IN UINTN MpId
60 ClusterId = GET_CLUSTER_ID(MpId);
61 CoreId = GET_CORE_ID(MpId);
MainUniCore.c 32 IN UINTN MpId
PrePi.c 182 IN UINTN MpId,
190 ArmPlatformInitialize (MpId);
192 if (ArmPlatformIsPrimaryCore (MpId) && PerformanceMeasurementEnabled ()) {
212 if (ArmPlatformIsPrimaryCore (MpId)) {
224 if (ArmPlatformIsPrimaryCore (MpId)) {
228 SecondaryMain (MpId);
  /frameworks/native/services/sensorservice/
SensorRegistrationInfo.h 47 mPid = (thread != nullptr) ? thread->getCallingPid() : -1;
71 << std::setfill(' ') << " pid=" << std::setw(5) << mPid
83 pid_t mPid;
  /system/hwservicemanager/
HidlService.cpp 21 mPid(pid)
29 mPid = pid;
35 return mPid;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
tic6x.exp 35 "-mdsbt -mpic -mpid=near" {shlib-1.s shlib-2.s}
42 "-mdsbt -mpic -mpid=near" {shlib-1.s shlib-2.s}
49 "-mdsbt -mpic -mpid=near" {shlib-app-1.s}
57 "-mdsbt -mpic -mpid=near -mgenerate-rel" {shlib-1.s shlib-2.s}
64 "-mdsbt -mpic -mpid=near -mgenerate-rel" {shlib-app-1r.s}
72 "-mdsbt -mpic -mpid=near -mbig-endian" {shlib-1.s shlib-2.s}
79 "-mdsbt -mpic -mpid=near -mbig-endian" {shlib-app-1.s}
87 "-mdsbt -mpic -mpid=near -mgenerate-rel -mbig-endian" {shlib-1.s shlib-2.s}
94 "-mdsbt -mpic -mpid=near -mgenerate-rel -mbig-endian" {shlib-app-1r.s}
103 "-mdsbt -mpic -mpid=near" {shlib-1.s shlib-2.s shlib-app-1.s
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Common/Protocol/
AmdMpCoreInfo.h 29 IN UINT32 MpId,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/
PrePeiCore.c 62 IN UINTN MpId,
89 if (ArmPlatformIsPrimaryCore (MpId)) {
95 ArmPlatformInitialize (MpId);
100 SecondaryMain (MpId);
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/
ArmCortexA5xLib.c 26 IN UINTN MpId
57 IN UINTN MpId
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
BeagleBoard.c 80 IN UINTN MpId
130 IN UINTN MpId
  /packages/services/Car/service/src/com/android/car/
AppFocusService.java 197 ownershipCallback.onFocusAbandoned(appType, info.mUid, info.mPid);
356 private final int mPid;
363 this.mPid = pid;
382 return "ClientInfo{mUid=" + mUid + ",mPid=" + mPid
391 private final int mPid;
398 this.mPid = pid;
427 return mPid;
433 return "ClientInfo{mUid=" + mUid + ",mPid=" + mPid
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Sec.c 38 IN UINTN MpId
42 if (!ArmPlatformIsPrimaryCore (MpId)) {
122 IN UINTN MpId
132 if (!ArmPlatformIsPrimaryCore (MpId)) {
142 if (!ArmPlatformIsPrimaryCore (MpId)) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/DebugSecExtraActionLib/
DebugSecExtraActionLib.c 66 IN UINTN MpId,
80 if (ArmPlatformIsPrimaryCore (MpId)) {
106 if (ArmPlatformIsPrimaryCore (MpId)) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/AArch64/
ModuleEntryPoint.S 22 // Keep a copy of the MpId register value
92 //ArmPlatformStackSet(StackBase, MpId, PrimaryStackSize, SecondaryStackSize)
113 // x0 = MpId
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/
ModuleEntryPoint.S 24 // Keep a copy of the MpId register value
102 //ArmPlatformStackSet(StackBase, MpId, PrimaryStackSize, SecondaryStackSize)
124 // r0 = MpId
ModuleEntryPoint.asm 39 // Keep a copy of the MpId register value
119 //ArmPlatformStackSet(StackBase, MpId, PrimaryStackSize, SecondaryStackSize)
140 // r0 = MpId
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
LocalOnlyHotspotRequestInfo.java 38 private final int mPid;
55 mPid = Binder.getCallingPid();
122 return mPid;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java 33 private int mPid;
55 mPid = pid;
69 mRunAs, mSocket, mPid);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxLib/
Styx.c 80 IN UINTN MpId
83 if (!ArmPlatformIsPrimaryCore (MpId)) {

Completed in 913 milliseconds

1 23 4 5 6 7 8 91011>>