HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceInterceptor (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/surfaceflinger/
SurfaceInterceptor.cpp 17 #define LOG_TAG "SurfaceInterceptor"
22 #include "SurfaceInterceptor.h"
34 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger)
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::addInitialSurfaceStateLocked(Increment* increment
    [all...]
SurfaceInterceptor.h 38 * SurfaceInterceptor intercepts and stores incoming streams of window
41 class SurfaceInterceptor {
43 SurfaceInterceptor(SurfaceFlinger* const flinger);
Android.mk 23 SurfaceInterceptor.cpp \
Layer.h 566 friend class SurfaceInterceptor;
SurfaceFlinger.h 60 #include "SurfaceInterceptor.h"
665 SurfaceInterceptor mInterceptor;

Completed in 84 milliseconds