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

  /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 45 final BatteryStatsImpl.Uid.Proc batteryStats; // where to collect runtime statistics
210 wtime = batteryStats.getBatteryStats().getProcessWakeTime(info.uid,
269 ProcessRecord(BatteryStatsImpl.Uid.Proc _batteryStats, IApplicationThread _thread,
346 sb.append(info.uid);
ServiceRecord.java 54 final BatteryStatsImpl.Uid.Pkg.Serv stats;
273 BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name,
343 final int appUid = appInfo.uid;
ActivityManagerService.java 618 public int uid; field in class:ActivityManagerService.Identity
622 uid = _uid;
1924 int uid = app.info.uid; local
3242 int uid = Binder.getCallingUid(); local
3434 final int uid = Binder.getCallingUid(); local
3682 final int uid = app.info.uid; local
4244 int uid = AppGlobals.getPackageManager() local
4334 int uid = AppGlobals.getPackageManager() local
6710 int uid = rec.uid == MY_UID ? Process.SYSTEM_UID : rec.uid; local
9307 int uid = mGrantedUriPermissions.keyAt(i); local
12163 final int uid = intentExtras != null local
    [all...]
ActivityStack.java 710 r.info.applicationInfo.uid);
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 128 private static final String UID_DATA = "uid";
200 * The statistics associated with a particular uid.
202 public static abstract class Uid {
207 * @return a Map from Strings to Uid.Wakelock objects.
221 * @return a Map from Integer sensor ids to Uid.Sensor objects.
233 * @return a Map from Strings to Uid.Proc objects.
240 * @return a Map from Strings to Uid.Pkg objects.
1320 final int uid = uidStats.keyAt(iu); local
1682 final int uid = uidStats.keyAt(iu); local
2132 Uid uid = uidStats.valueAt(i); local
2191 int uid = uidStats.keyAt(i); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 97 // per uid; once the limit is reached, we batch the remaining wakelocks
146 final SparseArray<BatteryStatsImpl.Uid> mUidStats =
147 new SparseArray<BatteryStatsImpl.Uid>();
841 final Uid mUid;
867 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
870 mUid = uid;
875 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
878 mUid = uid;
1564 Uid uid = st.mUid; local
1583 Uid uid = st.mUid; local
1595 Uid uid = st.mUid; local
1612 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
4729 int uid; local
4770 Uid uid = mUidStats.valueAt(i); local
5107 int uid = in.readInt(); local
5546 int uid = in.readInt(); local
5648 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;
41 Uid uidObj;
65 int iconId, Uid uid, double[] values) {
76 if ((label == null || iconId == 0) && uid != null) {
77 getQuickNameIconForUid(uid);
79 uidObj = uid;
99 void getQuickNameIconForUid(Uid uidObj) {
100 final int uid = uidObj.getUid(); local
101 final String uidString = Integer.toString(uid);
137 final int uid = uidObj.getUid(); local
    [all...]
PowerUsageSummary.java 25 import android.os.BatteryStats.Uid;
205 Uid uid = sipper.uidObj; local
231 mStats.dumpLocked(printWriter, "", mStatsType, uid.getUid());
236 mStats.dumpCheckinLocked(printWriter, mStatsType, uid.getUid());
422 SparseArray<? extends Uid> uidStats = mStats.getUidStats();
425 Uid u = uidStats.valueAt(iu);
430 Map<String, ? extends BatteryStats.Uid.Proc> processStats = u.getProcessStats();
437 for (Map.Entry<String, ? extends BatteryStats.Uid.Proc> ent
440 Uid.Proc ps = ent.getValue()
    [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*/
487 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/jni/
com_android_nfc_NativeNfcSecureElement.cpp 692 TRACE("Get Secure element UID function ");
698 e->SetByteArrayRegion(SecureElementUid, 0, SecureElementInfo->RemoteDevInfo.Iso14443A_Info.UidLength,(jbyte *)SecureElementInfo->RemoteDevInfo.Iso14443A_Info.Uid);
com_android_nfc_NativeNfcManager.cpp 726 * Utility to recover UID from target infos
730 phNfc_sData_t uid; local
738 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid;
739 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength;
743 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
744 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
747 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm;
748 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength;
751 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid
    [all...]

Completed in 1006 milliseconds