Searched defs:BatteryNotifier (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp47 struct MediaCodec::BatteryNotifier : public Singleton<BatteryNotifier> { struct in class:android::MediaCodec
48 BatteryNotifier();
61 ANDROID_SINGLETON_STATIC_INSTANCE(MediaCodec::BatteryNotifier)
63 MediaCodec::BatteryNotifier::BatteryNotifier() : function in class:android::MediaCodec::BatteryNotifier
77 void MediaCodec::BatteryNotifier::noteStartVideo() {
84 void MediaCodec::BatteryNotifier::noteStopVideo() {
86 ALOGW("BatteryNotifier::noteStop(): video refcount is broken!");
96 void MediaCodec::BatteryNotifier
[all...]

Completed in 191 milliseconds