Searched refs:mNumWakeLocks (Results 1 – 1 of 1) sorted by relevance
1080 state.mNumWakeLocks++; in acquireWakeLockInternal()1203 state.mNumWakeLocks--; in removeWakeLockLocked()1204 if (state.mNumWakeLocks <= 0 && in removeWakeLockLocked()3028 if (state.mNumWakeLocks > 0) { in updateUidProcStateInternal()3049 if (mDeviceIdleMode && state.mNumWakeLocks > 0) { in uidGoneInternal()3065 if (state.mNumWakeLocks > 0) { in uidActiveInternal()3076 if (state.mNumWakeLocks > 0) { in uidIdleInternal()3536 pw.print(state.mNumWakeLocks); in dumpInternal()3883 … proto.write(PowerManagerServiceDumpProto.UidStateProto.NUM_WAKE_LOCKS, state.mNumWakeLocks); in dumpProto()4269 int mNumWakeLocks; field in PowerManagerService.UidState