Searched refs:SurfaceInterceptor (Results 1 – 13 of 13) sorted by relevance
39 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 …]
53 class SurfaceInterceptor : public IBinder::DeathRecipient {55 virtual ~SurfaceInterceptor();93 class SurfaceInterceptor final : public android::SurfaceInterceptor {95 SurfaceInterceptor() = default;96 ~SurfaceInterceptor() override = default;
49 class SurfaceInterceptor; variable84 virtual sp<SurfaceInterceptor> createSurfaceInterceptor() = 0;
73 sp<SurfaceInterceptor> DefaultFactory::createSurfaceInterceptor() { in createSurfaceInterceptor()74 return new android::impl::SurfaceInterceptor(); in createSurfaceInterceptor()
35 sp<SurfaceInterceptor> createSurfaceInterceptor() override;
190 "SurfaceInterceptor.cpp",
80 class SurfaceInterceptor; variable905 friend class impl::SurfaceInterceptor;
1324 sp<SurfaceInterceptor> mInterceptor;
26 SurfaceInterceptor::SurfaceInterceptor() = default;27 SurfaceInterceptor::~SurfaceInterceptor() = default;
25 class SurfaceInterceptor : public android::SurfaceInterceptor {27 SurfaceInterceptor();28 ~SurfaceInterceptor() override;
7 [SurfaceInterceptor](go/SurfaceInterceptor) from SurfaceFlinger. It specifically replays21 SurfaceInterceptor is the mechanism used to create traces. The device needs to be rooted in order to
90 sp<SurfaceInterceptor> createSurfaceInterceptor() override { in createSurfaceInterceptor()91 return new android::impl::SurfaceInterceptor(); in createSurfaceInterceptor()
122 sp<mock::SurfaceInterceptor> mSurfaceInterceptor = new mock::SurfaceInterceptor;