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

/frameworks/av/media/utils/
H A DBatteryNotifier.cpp32 BatteryNotifier::BatteryNotifier() : mVideoRefCount(0), mAudioRefCount(0) {}
44 if (mVideoRefCount == 0 && batteryService != nullptr) {
47 mVideoRefCount++;
52 if (mVideoRefCount == 0) {
59 mVideoRefCount--;
60 if (mVideoRefCount == 0 && batteryService != nullptr) {
68 mVideoRefCount = 0;
179 // Do not reset mVideoRefCount and mAudioRefCount here. The ref
208 if (mVideoRefCount > 0) {
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h61 int mVideoRefCount; member in class:android::BatteryNotifier

Completed in 121 milliseconds