Searched refs:mAudioOnNesting (Results 1 – 2 of 2) sorted by relevance
810 int mAudioOnNesting; field in BatteryStatsImpl5340 if (mAudioOnNesting == 0) { in noteAudioOnLocked()5347 mAudioOnNesting++; in noteAudioOnLocked()5353 if (mAudioOnNesting == 0) { in noteAudioOffLocked()5359 if (--mAudioOnNesting == 0) { in noteAudioOffLocked()5404 if (mAudioOnNesting > 0) { in noteResetAudioLocked()5407 mAudioOnNesting = 0; in noteResetAudioLocked()14635 mAudioOnNesting = 0; in readFromParcelLocked()
88654 Lcom/android/internal/os/BatteryStatsImpl;->mAudioOnNesting:I