Searched refs:mAudioRefCount (Results 1 – 2 of 2) sorted by relevance
32 BatteryNotifier::BatteryNotifier() : mVideoRefCount(0), mAudioRefCount(0) {} in BatteryNotifier()77 if (mAudioRefCount == 0 && batteryService != nullptr) { in noteStartAudio()80 mAudioRefCount++; in noteStartAudio()85 if (mAudioRefCount == 0) { in noteStopAudio()92 mAudioRefCount--; in noteStopAudio()93 if (mAudioRefCount == 0 && batteryService != nullptr) { in noteStopAudio()101 mAudioRefCount = 0; in noteResetAudio()211 if (mAudioRefCount > 0) { in getBatteryService_l()
62 int mAudioRefCount; variable