Searched refs:mWakeLockNesting (Results 1 – 2 of 2) sorted by relevance
769 int mWakeLockNesting; field in BatteryStatsImpl4227 if (mWakeLockNesting == 0) { in noteStartWakeLocked()4248 mWakeLockNesting++; in noteStartWakeLocked()4278 mWakeLockNesting--; in noteStopWakeLocked()4289 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
95271 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I