summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/MonitoredProducer.h
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2015-04-24 16:33:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-24 16:33:38 +0000
commit6febf6c150b47a8e9ec7d77d988c176fe89ccbf2 (patch)
tree1e3023f12a9c209ad87a16d94b3793106c6fea15 /services/surfaceflinger/MonitoredProducer.h
parent7536ef4f07a3e8bfe227dbabe2298965af9d9e0e (diff)
parent5d10894c9d547449cf231f02b736da9dfdebec11 (diff)
downloadframeworks_native-6febf6c150b47a8e9ec7d77d988c176fe89ccbf2.zip
frameworks_native-6febf6c150b47a8e9ec7d77d988c176fe89ccbf2.tar.gz
frameworks_native-6febf6c150b47a8e9ec7d77d988c176fe89ccbf2.tar.bz2
am 5d10894c: am ef47c080: am 958f5011: Merge "libgui: Allow an IGBProducer to disable allocation"
* commit '5d10894c9d547449cf231f02b736da9dfdebec11': libgui: Allow an IGBProducer to disable allocation
Diffstat (limited to 'services/surfaceflinger/MonitoredProducer.h')
-rw-r--r--services/surfaceflinger/MonitoredProducer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/MonitoredProducer.h b/services/surfaceflinger/MonitoredProducer.h
index aec3e85..b2f8293 100644
--- a/services/surfaceflinger/MonitoredProducer.h
+++ b/services/surfaceflinger/MonitoredProducer.h
@@ -53,6 +53,7 @@ public:
virtual status_t setSidebandStream(const sp<NativeHandle>& stream);
virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
PixelFormat format, uint32_t usage);
+ virtual status_t allowAllocation(bool allow);
virtual IBinder* onAsBinder();
private: