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

1 2

  /frameworks/base/services/java/com/android/server/am/
BackupRecord.java 31 final BatteryStatsImpl.Uid.Pkg.Serv stats;
39 BackupRecord(BatteryStatsImpl.Uid.Pkg.Serv _agentStats, ApplicationInfo _appInfo,
ProcessRecord.java 48 final BatteryStatsImpl.Uid.Proc batteryStats; // where to collect runtime statistics
51 final int uid; // uid of process; may be different from 'info' if isolated field in class:ProcessRecord
165 pw.print(" uid="); pw.print(info.uid);
166 if (uid != info.uid) {
167 pw.print(" ISOLATED uid="); pw.print(uid);
243 wtime = batteryStats.getBatteryStats().getProcessWakeTime(info.uid,
    [all...]
ServiceRecord.java 60 final BatteryStatsImpl.Uid.Pkg.Serv stats;
287 BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name,
306 userId = UserHandle.getUserId(appInfo.uid);
358 final int appUid = appInfo.uid;
ActiveServices.java 311 + ", uid=" + Binder.getCallingUid()
452 if (callerApp.info.uid == Process.SYSTEM_UID) {
747 BatteryStatsImpl.Uid.Pkg.Serv ss = null;
751 sInfo.applicationInfo.uid, sInfo.packageName,
756 mServiceMap.putServiceByName(name, UserHandle.getUserId(r.appInfo.uid), r);
757 mServiceMap.putServiceByIntent(filter, UserHandle.getUserId(r.appInfo.uid), r);
763 if (pr.serviceInfo.applicationInfo.uid == sInfo.applicationInfo.uid
777 callingPid, callingUid, r.appInfo.uid, r.exported)
782 + ", uid=" + callingUi
1753 final int uid = Binder.getCallingUid(); local
    [all...]
ActivityManagerService.java 635 public int uid; field in class:ActivityManagerService.Identity
639 uid = _uid;
822 int uid; field in class:ActivityManagerService.ProcessChangeItem
2140 int uid = app.uid; local
3507 int uid = Binder.getCallingUid(); local
3713 final int uid = Binder.getCallingUid(); local
4091 final int uid = app.uid; local
4677 int uid = AppGlobals.getPackageManager() local
4771 int uid = AppGlobals.getPackageManager() local
7062 int uid = info.uid; local
7704 int uid = rec.uid == MY_UID ? Process.SYSTEM_UID : rec.uid; local
10147 int uid = mGrantedUriPermissions.keyAt(i); local
11953 final int uid = intentExtras != null local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 135 private static final String UID_DATA = "uid";
208 * The statistics associated with a particular uid.
210 public static abstract class Uid {
215 * @return a Map from Strings to Uid.Wakelock objects.
229 * @return a Map from Integer sensor ids to Uid.Sensor objects.
241 * @return a Map from Strings to Uid.Proc objects.
248 * @return a Map from Strings to Uid.Pkg objects.
1338 final int uid = uidStats.keyAt(iu); local
1776 final int uid = uidStats.keyAt(iu); local
2249 Uid uid = uidStats.valueAt(i); local
2308 int uid = uidStats.keyAt(i); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 95 // per uid; once the limit is reached, we batch the remaining wakelocks
140 final SparseArray<BatteryStatsImpl.Uid> mUidStats =
141 new SparseArray<BatteryStatsImpl.Uid>();
848 final Uid mUid;
865 BatchTimer(Uid uid, int type, ArrayList<Unpluggable> unpluggables,
868 mUid = uid;
874 BatchTimer(Uid uid, int type, ArrayList<Unpluggable> unpluggables,
877 mUid = uid;
1721 Uid uid = st.mUid; local
1740 Uid uid = st.mUid; local
1752 Uid uid = st.mUid; local
1769 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
4951 int uid; local
4992 Uid uid = mUidStats.valueAt(i); local
5329 int uid = in.readInt(); local
5777 int uid = in.readInt(); local
5879 Uid uid = mUidStats.valueAt(i); local
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 30 #define DRM_UID_FILE_PATH "/data/drm/rights/uid.txt"
33 #define DRM_UID_FILE_PATH "/home/user/golf/esmertec/device/out/debug/host/linux-x86/product/sim/data/data/com.android.drm.mobile1/uid.txt"
48 * Get the id or uid from the "uid.txt" file.
50 * \param Uid The content id for a specially DRM object.
52 * \param option The option to get id or uid, the value includes: GET_ID, GET_UID.
58 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option);
86 * Get the mex id number from the "uid.txt" file.
106 * Update the "uid.txt" file when delete the rights object.
119 * \param uid The content id for a specially DRM object
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySipper.java 28 import android.os.BatteryStats.Uid;
42 Uid uidObj;
66 int iconId, Uid uid, double[] values) {
77 if ((label == null || iconId == 0) && uid != null) {
78 getQuickNameIconForUid(uid);
80 uidObj = uid;
100 void getQuickNameIconForUid(Uid uidObj) {
101 final int uid = uidObj.getUid(); local
102 final String uidString = Integer.toString(uid);
137 final int uid = uidObj.getUid(); local
    [all...]
PowerUsageSummary.java 29 import android.os.BatteryStats.Uid;
225 Uid uid = sipper.uidObj; local
252 mStats.dumpLocked(printWriter, "", mStatsType, uid.getUid());
257 mStats.dumpCheckinLocked(printWriter, mStatsType, uid.getUid());
453 SparseArray<? extends Uid> uidStats = mStats.getUidStats();
456 Uid u = uidStats.valueAt(iu);
462 Map<String, ? extends BatteryStats.Uid.Proc> processStats = u.getProcessStats();
467 if (DEBUG) Log.i(TAG, "UID " + u.getUid());
470 for (Map.Entry<String, ? extends BatteryStats.Uid.Proc> en
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 50 static int32_t drm_writeToUidTxt(uint8_t* Uid, int32_t* id)
109 length = strlen((char *)Uid);
110 strcpy((char *)uidStr[*id - 1], (char *)Uid);
151 int32_t drm_readFromUidTxt(uint8_t* Uid, int32_t* id, int32_t option)
163 if (NULL == id || NULL == Uid)
205 if (!drm_getString(Uid, 256, handle)) {
220 if (strstr((char *)p, (char *)Uid) != NULL
221 && strlen((char *)p) == strlen((char *)Uid) + 1) {
241 static int32_t drm_acquireId(uint8_t* uid, int32_t* id)
243 if (TRUE == drm_readFromUidTxt(uid, id, GET_ID)
    [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/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 712 TRACE("Get Secure element UID function ");
718 e->SetByteArrayRegion(SecureElementUid, 0, SecureElementInfo->RemoteDevInfo.Iso14443A_Info.UidLength,(jbyte *)SecureElementInfo->RemoteDevInfo.Iso14443A_Info.Uid);
com_android_nfc_NativeNfcManager.cpp 635 * Utility to recover UID from target infos
639 phNfc_sData_t uid; local
647 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid;
648 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength;
652 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
653 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
656 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm;
657 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength;
660 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid
    [all...]

Completed in 457 milliseconds

1 2