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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockSurfaceInterceptor.h21 #include "SurfaceInterceptor.h"
26 class SurfaceInterceptor : public android::SurfaceInterceptor { class in namespace:android::mock
28 SurfaceInterceptor();
29 ~SurfaceInterceptor() override;
/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.h45 class SurfaceInterceptor { class in namespace:android
47 virtual ~SurfaceInterceptor();
77 * SurfaceInterceptor intercepts and stores incoming streams of window
80 class SurfaceInterceptor final : public android::SurfaceInterceptor {
82 explicit SurfaceInterceptor(SurfaceFlinger* const flinger);
83 ~SurfaceInterceptor() override = default;
H A DSurfaceInterceptor.cpp17 #define LOG_TAG "SurfaceInterceptor"
22 #include "SurfaceInterceptor.h"
34 SurfaceInterceptor::~SurfaceInterceptor() = default;
38 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger) function in class:android::impl::SurfaceInterceptor
43 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers,
56 void SurfaceInterceptor::disable() {
69 bool SurfaceInterceptor::isEnabled() {
73 void SurfaceInterceptor
[all...]

Completed in 246 milliseconds