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

  /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...]
  /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
533 public int uid; field in class:BatteryStats.HistoryTag
2073 int uid = 0; local
2120 final int uid = uidStats.keyAt(iu); local
2954 final int uid = uidStats.keyAt(iu); local
3894 Uid uid = uidStats.valueAt(i); local
4008 int uid = uidStats.keyAt(i); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
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>();
2824 Uid uid = st.mUid; local
2843 Uid uid = st.mUid; local
2855 Uid uid = st.mUid; local
2872 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
3499 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3516 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3580 int uid = mapUid(ws.get(i)); local
3593 int uid = mapUid(oldWs.get(i)); local
3598 int uid = mapUid(newWs.get(i)); local
3618 int uid = mapUid(ws.get(i)); local
7503 Uid uid = mUidStats.valueAt(i); local
7673 int uid = in.readInt(); local
7902 int uid = in.readInt(); local
8508 int uid = in.readInt(); local
8644 Uid uid = mUidStats.valueAt(i); local
    [all...]

Completed in 158 milliseconds