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
547 public int uid; field in class:BatteryStats.HistoryTag
2098 int uid = 0; local
2145 final int uid = uidStats.keyAt(iu); local
2986 final int uid = uidStats.keyAt(iu); local
3990 Uid uid = uidStats.valueAt(i); local
4136 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>();
2844 Uid uid = st.mUid; local
2863 Uid uid = st.mUid; local
2875 Uid uid = st.mUid; local
2892 Uid uid = getUidStatsLocked(Process.SYSTEM_UID); local
3527 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3544 BatteryStatsImpl.Uid uid = mUidStats.valueAt(i); local
3608 int uid = mapUid(ws.get(i)); local
3621 int uid = mapUid(oldWs.get(i)); local
3626 int uid = mapUid(newWs.get(i)); local
3646 int uid = mapUid(ws.get(i)); local
7601 Uid uid = mUidStats.valueAt(i); local
7772 int uid = in.readInt(); local
8002 int uid = in.readInt(); local
8616 int uid = in.readInt(); local
8755 Uid uid = mUidStats.valueAt(i); local
    [all...]

Completed in 240 milliseconds