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

1 2

  /frameworks/base/services/core/java/com/android/server/am/
BackupRecord.java 31 final BatteryStatsImpl.Uid.Pkg.Serv stats;
39 BackupRecord(BatteryStatsImpl.Uid.Pkg.Serv _agentStats, ApplicationInfo _appInfo,
ServiceRecord.java 61 final BatteryStatsImpl.Uid.Pkg.Serv stats;
303 BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name,
320 userId = UserHandle.getUserId(appInfo.uid);
330 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode,
348 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode,
421 final int appUid = appInfo.uid;
ProcessRecord.java 54 final int uid; // uid of process; may be different from 'info' if isolated field in class:ProcessRecord
65 BatteryStatsImpl.Uid.Proc curProcBatteryStats;
185 pw.print(" uid="); pw.print(info.uid);
186 if (uid != info.uid) {
187 pw.print(" ISOLATED uid="); pw.print(uid);
305 wtime = mBatteryStats.getProcessWakeTime(info.uid,
    [all...]
ActivityManagerService.java 441 * For addAppTask: cached of the last activity uid that was added.
778 * have seen. Mapping is target uid -> target component -> source uid -> source process name
886 public final int uid; field in class:ActivityManagerService.Identity
1140 int uid; field in class:ActivityManagerService.ProcessChangeItem
1665 final int uid = msg.arg2; local
2609 final int uid = app.info.uid; local
2926 int uid = app.uid; local
5123 int uid = Binder.getCallingUid(); local
5380 final int uid = Binder.getCallingUid(); local
5770 final int uid = app.uid; local
6478 int uid = AppGlobals.getPackageManager() local
6573 int uid = AppGlobals.getPackageManager() local
13570 int uid = mGrantedUriPermissions.keyAt(i); local
15950 final int uid = intentExtras != null local
18119 int uid; local
    [all...]
ActiveServices.java 351 ProcessRecord proc = mAm.getProcessRecordLocked(r.processName, r.appInfo.uid, false);
401 Slog.v(TAG, "Not potential delay (callerFg=" + callerFg + " uid="
514 + ", uid=" + Binder.getCallingUid()
713 if (callerApp.info.uid == Process.SYSTEM_UID) {
753 if (unscheduleServiceRestartLocked(s, callerApp.info.uid, false)) {
770 mAm.startAssociationLocked(callerApp.uid, callerApp.processName,
771 s.appInfo.uid, s.name, s.processName);
2337 final int uid = Binder.getCallingUid(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 18 import android.os.BatteryStats.Uid;
25 public Uid uidObj;
65 public BatterySipper(DrainType drainType, Uid uid, double[] values) {
69 uidObj = uid;
BatteryStatsImpl.java 106 // per uid; once the limit is reached, we batch the remaining wakelocks
152 * Mapping isolated uids to the actual owning app uid.
159 final SparseArray<BatteryStatsImpl.Uid> mUidStats =
160 new SparseArray<BatteryStatsImpl.Uid>();
2844 Uid uid = st.mUid; local
2863 Uid uid = st.mUid; local
2875 Uid uid = st.mUid; local
2892 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
3527 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3544 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3608 int uid = mapUid(ws.get(i)); local
3621 int uid = mapUid(oldWs.get(i)); local
3626 int uid = mapUid(newWs.get(i)); local
3646 int uid = mapUid(ws.get(i)); local
7601 Uid uid = mUidStats.valueAt(i); local
7772 int uid = in.readInt(); local
8002 int uid = in.readInt(); local
8616 int uid = in.readInt(); local
8755 Uid uid = mUidStats.valueAt(i); local
    [all...]
BatteryStatsHelper.java 31 import android.os.BatteryStats.Uid;
407 SparseArray<? extends Uid> uidStats = mStats.getUidStats();
410 Uid u = uidStats.valueAt(iu);
415 Map<String, ? extends BatteryStats.Uid.Proc> processStats = u.getProcessStats();
422 for (Map.Entry<String, ? extends BatteryStats.Uid.Proc> ent
424 Uid.Proc ps = ent.getValue();
441 if (DEBUG && ratio != 0) Log.d(TAG, "UID " + u.getUid() + ": CPU step #"
472 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelockStats = u.getWakelockStats();
473 for (Map.Entry<String, ? extends BatteryStats.Uid.Wakelock> wakelockEntry
475 Uid.Wakelock wakelock = wakelockEntry.getValue()
    [all...]
ProcessCpuTracker.java 184 public final int uid; field in class:ProcessCpuTracker.Stats
191 public BatteryStatsImpl.Uid.Proc batteryStats;
246 uid = FileUtils.getUid(statFile.toString());
  /frameworks/base/core/java/android/os/
BatteryStats.java 163 private static final String UID_DATA = "uid";
277 * The statistics associated with a particular uid.
279 public static abstract class Uid {
284 * @return a Map from Strings to Uid.Wakelock objects.
312 * @return a Map from Integer sensor ids to Uid.Sensor objects.
324 * @return a Map from Strings to Uid.Proc objects.
331 * @return a Map from Strings to Uid.Pkg objects.
361 // Time this uid has any processes in foreground state.
363 // Time this uid has any process in active state (not cached).
365 // Time this uid has any processes running at all
547 public int uid; field in class:BatteryStats.HistoryTag
2098 int uid = 0; local
2145 final int uid = uidStats.keyAt(iu); local
2986 final int uid = uidStats.keyAt(iu); local
3990 Uid uid = uidStats.valueAt(i); local
4136 int uid = uidStats.keyAt(i); local
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c 83 /* UID 7th byte value shall be 0xE0 */
87 /* UID 6th byte value shall be 0x04 - NXP manufacturer */
176 (void *)psNdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Uid,
266 if (!phOsalNfc_MemCompare ((void *)ps_rem_iso_15693_info->Uid,
270 /* UID comaparision successful */
275 /* So skip the UID size compared in the received buffer */
517 ps_rem_iso_15693_info->Uid[ISO15693_BYTE_7_INDEX])
519 ps_rem_iso_15693_info->Uid[ISO15693_BYTE_6_INDEX]))
522 index of UID value = 0x04 and the
523 last byte of UID is 0xE0, only then the card detected
    [all...]
phFriNfc_ISO15693Map.c 84 /* UID bytes to differentiate ICODE cards */
90 /* UID 7th byte value shall be 0xE0 */
92 /* UID 6th byte value shall be 0x04 - NXP manufacturer */
96 /* UID value for
104 /* UID value for
116 /* UID value for
481 (void *)psNdefMap->psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Uid,
548 (void *)psNdefMap->psRemoteDevInfo->RemoteDevInfo.Iso15693_Info.Uid,
    [all...]
phFriNfc_SmtCrdFmt.c 293 NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[0] == 0x04)
phFriNfc_OvrHal.c 112 /* Authentication requires UID in the send buffer */
142 /* copy uid to the send buffer for the authentication */
144 (void *)&RemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[uid_index],
phFriNfc_TopazMap.c 239 (void)memset(NdefMap->TopazContainer.UID, PH_FRINFC_TOPAZ_VAL0,
240 sizeof(NdefMap->TopazContainer.UID));
    [all...]
phHciNfc_RFReader.c     [all...]
phHal4Nfc_ADD.c 431 will have to be done within this module based on SAK byte and UID info*/
488 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[0])
    [all...]
phHciNfc_ISO15693.c 392 RemoteDevInfo.Iso15693_Info.Uid,
phHciNfc_Jewel.c 381 (void)memcpy(ps_jewel_tag_info->Uid,
phFriNfc_TopazDynamicMap.c 132 /* UID byte length */
    [all...]
phHciNfc_RFReaderA.c 391 /* Maximum UID length can go upto 10 bytes */
394 HCI_PRINT_BUFFER("\tReader A UID", reg_value, reg_length);
395 /* Update UID buffer and length */
398 p_tag_a_info->Uid,
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 167 #define PHHAL_MAX_UID_LENGTH 0x0AU /**< Maximum UID length expected */
551 uint8_t Uid[PHHAL_MAX_UID_LENGTH]; /**< UID information of the TYPE A
553 uint8_t UidLength; /**< UID information length, shall not be greater
631 uint8_t Uid[PHHAL_MAX_UID_LENGTH]; /**< UID information of the TYPE A
633 uint8_t UidLength; /**< UID information length, shall not be greater
674 uint8_t Uid[PHHAL_15693_UID_LENGTH]; /**< UID information of the 15693
676 uint8_t UidLength; /**< UID information length, shall not be greater
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 205 void getQuickNameIconForUid(BatteryStats.Uid uidObj) {
206 final int uid = uidObj.getUid(); local
207 final String uidString = Integer.toString(uid);
216 String[] packages = pm.getPackagesForUid(uid);
219 //name = Integer.toString(uid);
220 if (uid == 0) {
247 final int uid = sipper.uidObj.getUid(); local
249 sipper.mPackages = pm.getPackagesForUid(uid);
251 name = Integer.toString(uid);
260 final int userId = UserHandle.getUserId(uid);
    [all...]
PowerUsageDetail.java 114 BatteryStats.Uid uid = entry.sipper.uidObj; local
148 uid.getUid());
155 uid.getUid());
159 userId = UserHandle.getUserId(uid.getUid());
287 public static final String EXTRA_UID = "uid";
544 private void fillControlsSection(int uid) {
546 String[] packages = pm.getPackagesForUid(uid);
556 // If it is a Java application and only one package is associated with the Uid
617 private void fillMessagesSection(int uid) {
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 634 * Utility to recover UID from target infos
638 phNfc_sData_t uid; local
646 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid;
647 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength;
651 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
652 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
655 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm;
656 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength;
659 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid
    [all...]

Completed in 1197 milliseconds

1 2