Searched refs:mAudioRefCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/utils/
H A DBatteryNotifier.cpp32 BatteryNotifier::BatteryNotifier() : mVideoRefCount(0), mAudioRefCount(0) {}
77 if (mAudioRefCount == 0 && batteryService != nullptr) {
80 mAudioRefCount++;
85 if (mAudioRefCount == 0) {
92 mAudioRefCount--;
93 if (mAudioRefCount == 0 && batteryService != nullptr) {
101 mAudioRefCount = 0;
179 // Do not reset mVideoRefCount and mAudioRefCount here. The ref
211 if (mAudioRefCount > 0) {
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h62 int mAudioRefCount; member in class:android::BatteryNotifier

Completed in 287 milliseconds