Searched refs:SurfaceInterceptor (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp17 #define LOG_TAG "SurfaceInterceptor"
22 #include "SurfaceInterceptor.h"
34 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger) function in class:android::SurfaceInterceptor
39 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers,
52 void SurfaceInterceptor::disable() {
65 bool SurfaceInterceptor::isEnabled() {
69 void SurfaceInterceptor::saveExistingDisplaysLocked(
80 void SurfaceInterceptor::saveExistingSurfacesLocked(const SortedVector<sp<Layer>>& layers) {
90 void SurfaceInterceptor
[all...]
H A DSurfaceInterceptor.h38 * SurfaceInterceptor intercepts and stores incoming streams of window
41 class SurfaceInterceptor { class in namespace:android
43 SurfaceInterceptor(SurfaceFlinger* const flinger);
H A DAndroid.mk23 SurfaceInterceptor.cpp \
H A DLayer.h562 friend class SurfaceInterceptor;
H A DSurfaceFlinger.h60 #include "SurfaceInterceptor.h"
724 SurfaceInterceptor mInterceptor;

Completed in 75 milliseconds