Searched refs:mAudioOnNesting (Results 1 – 1 of 1) sorted by relevance
767 int mAudioOnNesting; field in BatteryStatsImpl5483 if (mAudioOnNesting == 0) { in noteAudioOnLocked()5490 mAudioOnNesting++; in noteAudioOnLocked()5495 if (mAudioOnNesting == 0) { in noteAudioOffLocked()5501 if (--mAudioOnNesting == 0) { in noteAudioOffLocked()5544 if (mAudioOnNesting > 0) { in noteResetAudioLocked()5547 mAudioOnNesting = 0; in noteResetAudioLocked()5564 mAudioOnNesting = 0; in noteResetVideoLocked()14781 mAudioOnNesting = 0; in readFromParcelLocked()