Home
last modified time | relevance | path

Searched refs:SurfaceInterceptor (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp39 SurfaceInterceptor::~SurfaceInterceptor() = default;
43 void SurfaceInterceptor::addTransactionTraceListener( in addTransactionTraceListener()
56 void SurfaceInterceptor::binderDied(const wp<IBinder>& who) { in binderDied()
80 void SurfaceInterceptor::disable() { in disable()
99 bool SurfaceInterceptor::isEnabled() { in isEnabled()
103 void SurfaceInterceptor::saveExistingDisplaysLocked( in saveExistingDisplaysLocked()
170 status_t SurfaceInterceptor::writeProtoFileLocked() { in writeProtoFileLocked()
212 Increment* SurfaceInterceptor::createTraceIncrementLocked() { in createTraceIncrementLocked()
497 void SurfaceInterceptor::addTransactionLocked( in addTransactionLocked()
632 void SurfaceInterceptor::saveTransaction( in saveTransaction()
[all …]
H A DSurfaceInterceptor.h53 class SurfaceInterceptor : public IBinder::DeathRecipient {
55 virtual ~SurfaceInterceptor();
93 class SurfaceInterceptor final : public android::SurfaceInterceptor {
95 SurfaceInterceptor() = default;
96 ~SurfaceInterceptor() override = default;
H A DSurfaceFlingerFactory.h49 class SurfaceInterceptor; variable
84 virtual sp<SurfaceInterceptor> createSurfaceInterceptor() = 0;
H A DSurfaceFlingerDefaultFactory.cpp73 sp<SurfaceInterceptor> DefaultFactory::createSurfaceInterceptor() { in createSurfaceInterceptor()
74 return new android::impl::SurfaceInterceptor(); in createSurfaceInterceptor()
H A DSurfaceFlingerDefaultFactory.h35 sp<SurfaceInterceptor> createSurfaceInterceptor() override;
H A DAndroid.bp190 "SurfaceInterceptor.cpp",
H A DLayer.h80 class SurfaceInterceptor; variable
905 friend class impl::SurfaceInterceptor;
H A DSurfaceFlinger.h1324 sp<SurfaceInterceptor> mInterceptor;
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockSurfaceInterceptor.cpp26 SurfaceInterceptor::SurfaceInterceptor() = default;
27 SurfaceInterceptor::~SurfaceInterceptor() = default;
H A DMockSurfaceInterceptor.h25 class SurfaceInterceptor : public android::SurfaceInterceptor {
27 SurfaceInterceptor();
28 ~SurfaceInterceptor() override;
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DREADME.md7 [SurfaceInterceptor](go/SurfaceInterceptor) from SurfaceFlinger. It specifically replays
21 SurfaceInterceptor is the mechanism used to create traces. The device needs to be rooted in order to
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h90 sp<SurfaceInterceptor> createSurfaceInterceptor() override { in createSurfaceInterceptor()
91 return new android::impl::SurfaceInterceptor(); in createSurfaceInterceptor()
H A DDisplayTransactionTestHelpers.h122 sp<mock::SurfaceInterceptor> mSurfaceInterceptor = new mock::SurfaceInterceptor;