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 */
572 uint8_t Uid[PHHAL_MAX_UID_LENGTH]; /**< UID information of the TYPE A
574 uint8_t UidLength; /**< UID information length, shall not be greater
652 uint8_t Uid[PHHAL_MAX_UID_LENGTH]; /**< UID information of the TYPE A
654 uint8_t UidLength; /**< UID information length, shall not be greater
695 uint8_t Uid[PHHAL_15693_UID_LENGTH]; /**< UID information of the 15693
697 uint8_t UidLength; /**< UID information length, shall not be greater
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 193 * The statistics associated with a particular uid.
195 public static abstract class Uid {
200 * @return a Map from Strings to Uid.Wakelock objects.
214 * @return a Map from Integer sensor ids to Uid.Sensor objects.
226 * @return a Map from Strings to Uid.Proc objects.
233 * @return a Map from Strings to Uid.Pkg objects.
744 * Returns a SparseArray containing the statistics for each uid.
746 public abstract SparseArray<? extends Uid> getUidStats();
1108 final int uid = uidStats.keyAt(iu); local
1462 final int uid = uidStats.keyAt(iu); local
1848 Uid uid = uidStats.valueAt(i); local
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 80 // per uid; once the limit is reached, we batch the remaining wakelocks
125 final SparseArray<BatteryStatsImpl.Uid> mUidStats =
126 new SparseArray<BatteryStatsImpl.Uid>();
790 final Uid mUid;
816 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
819 mUid = uid;
824 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool,
827 mUid = uid;
1390 Uid uid = st.mUid; local
1409 Uid uid = st.mUid; local
1421 Uid uid = st.mUid; local
1438 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
4341 int uid; local
4382 Uid uid = mUidStats.valueAt(i); local
4651 int uid = in.readInt(); local
5071 int uid = in.readInt(); local
5166 Uid uid = mUidStats.valueAt(i); local
    [all...]

Completed in 59 milliseconds