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 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.
1322 final int uid = uidStats.keyAt(iu); local
1684 final int uid = uidStats.keyAt(iu); local
2137 Uid uid = uidStats.valueAt(i); local
2196 int uid = uidStats.keyAt(i); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 99 // per uid; once the limit is reached, we batch the remaining wakelocks
148 final SparseArray<BatteryStatsImpl.Uid> mUidStats =
149 new SparseArray<BatteryStatsImpl.Uid>();
855 final Uid mUid;
881 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
884 mUid = uid;
889 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
892 mUid = uid;
1596 Uid uid = st.mUid; local
1615 Uid uid = st.mUid; local
1627 Uid uid = st.mUid; local
1644 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
4764 int uid; local
4805 Uid uid = mUidStats.valueAt(i); local
5142 int uid = in.readInt(); local
5581 int uid = in.readInt(); local
5683 Uid uid = mUidStats.valueAt(i); local
    [all...]

Completed in 169 milliseconds