Searched refs:mAudioOnNesting (Results 1 – 2 of 2) sorted by relevance
961 int mAudioOnNesting; field in BatteryStatsImpl5907 if (mAudioOnNesting == 0) { in noteAudioOnLocked()5914 mAudioOnNesting++; in noteAudioOnLocked()5925 if (mAudioOnNesting == 0) { in noteAudioOffLocked()5929 if (--mAudioOnNesting == 0) { in noteAudioOffLocked()5985 if (mAudioOnNesting > 0) { in noteResetAudioLocked()5986 mAudioOnNesting = 0; in noteResetAudioLocked()16693 mAudioOnNesting = 0;
77548 Lcom/android/internal/os/BatteryStatsImpl;->mAudioOnNesting:I