Searched refs:wakeLockIndex (Results 1 – 1 of 1) sorted by relevance
3292 int wakeLockIndex; in writeHistoryDelta() local3295 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()3299 wakeLockIndex = 0xffff; in writeHistoryDelta()3308 dest.writeInt((wakeReasonIndex<<16) | wakeLockIndex); in writeHistoryDelta()3553 int wakeLockIndex = indexes&0xffff; in readHistoryDelta() local3555 if (wakeLockIndex != 0xffff) { in readHistoryDelta()3557 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()