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

  /frameworks/native/services/surfaceflinger/tests/unittests/mock/
MockSurfaceInterceptor.h 21 #include "SurfaceInterceptor.h"
26 class SurfaceInterceptor : public android::SurfaceInterceptor {
28 SurfaceInterceptor();
29 ~SurfaceInterceptor() override;
  /frameworks/native/services/surfaceflinger/
SurfaceInterceptor.h 45 class SurfaceInterceptor {
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;
SurfaceInterceptor.cpp 17 #define LOG_TAG "SurfaceInterceptor"
22 #include "SurfaceInterceptor.h"
34 SurfaceInterceptor::~SurfaceInterceptor() = default;
38 SurfaceInterceptor::SurfaceInterceptor(SurfaceFlinger* flinger)
43 void SurfaceInterceptor::enable(const SortedVector<sp<Layer>>& layers,
56 void SurfaceInterceptor::disable() {
69 bool SurfaceInterceptor::isEnabled() {
73 void SurfaceInterceptor::saveExistingDisplaysLocked
    [all...]

Completed in 90 milliseconds