OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoRefCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/utils/
BatteryNotifier.cpp
32
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/
BatteryNotifier.h
61
int
mVideoRefCount
;
Completed in 93 milliseconds