Searched refs:mNumWakeLocks (Results 1 – 1 of 1) sorted by relevance
997 state.mNumWakeLocks++; in acquireWakeLockInternal()1098 state.mNumWakeLocks--; in removeWakeLockLocked()1099 if (state.mNumWakeLocks <= 0 && in removeWakeLockLocked()2899 if (state.mNumWakeLocks > 0) { in updateUidProcStateInternal()2920 if (mDeviceIdleMode && state.mNumWakeLocks > 0) { in uidGoneInternal()2936 if (state.mNumWakeLocks > 0) { in uidActiveInternal()2947 if (state.mNumWakeLocks > 0) { in uidIdleInternal()3364 pw.print(state.mNumWakeLocks); in dumpInternal()3710 … proto.write(PowerManagerServiceDumpProto.UidStateProto.NUM_WAKE_LOCKS, state.mNumWakeLocks); in dumpProto()4100 int mNumWakeLocks; field in PowerManagerService.UidState