Searched refs:mNumWakeLocks (Results 1 – 1 of 1) sorted by relevance
1070 state.mNumWakeLocks++; in acquireWakeLockInternal()1193 state.mNumWakeLocks--; in removeWakeLockLocked()1194 if (state.mNumWakeLocks <= 0 && in removeWakeLockLocked()2980 if (state.mNumWakeLocks > 0) { in updateUidProcStateInternal()3001 if (mDeviceIdleMode && state.mNumWakeLocks > 0) { in uidGoneInternal()3017 if (state.mNumWakeLocks > 0) { in uidActiveInternal()3028 if (state.mNumWakeLocks > 0) { in uidIdleInternal()3488 pw.print(state.mNumWakeLocks); in dumpInternal()3835 … proto.write(PowerManagerServiceDumpProto.UidStateProto.NUM_WAKE_LOCKS, state.mNumWakeLocks); in dumpProto()4221 int mNumWakeLocks; field in PowerManagerService.UidState