Lines Matching refs:Replayer
51 std::atomic_bool Replayer::sReplayingManually(false);
53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, in Replayer() function in Replayer
85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer() function in Replayer
103 status_t Replayer::replay() { in replay()
104 signal(SIGINT, Replayer::stopAutoReplayHandler); //for manual control in replay()
161 status_t Replayer::initReplay() { in initReplay()
174 void Replayer::stopAutoReplayHandler(int /*signal*/) { in stopAutoReplayHandler()
198 void Replayer::waitForConsoleCommmand() { in waitForConsoleCommmand()
275 status_t Replayer::dispatchEvent(int index) { in dispatchEvent()
283 std::thread(&Replayer::doTransaction, this, increment.transaction(), event).detach(); in dispatchEvent()
286 std::thread(&Replayer::createSurfaceControl, this, increment.surface_creation(), event) in dispatchEvent()
311 std::thread(&Replayer::injectVSyncEvent, this, increment.vsync_event(), event).detach(); in dispatchEvent()
314 std::thread(&Replayer::createDisplay, this, increment.display_creation(), event) in dispatchEvent()
318 std::thread(&Replayer::deleteDisplay, this, increment.display_deletion(), event) in dispatchEvent()
322 std::thread(&Replayer::updatePowerMode, this, increment.power_mode_update(), event) in dispatchEvent()
334 status_t Replayer::doTransaction(const Transaction& t, const std::shared_ptr<Event>& event) { in doTransaction()
357 status_t Replayer::doSurfaceTransaction( in doSurfaceTransaction()
443 void Replayer::doDisplayTransaction(SurfaceComposerClient::Transaction& t, in doDisplayTransaction()
471 void Replayer::setPosition(SurfaceComposerClient::Transaction& t, in setPosition()
477 void Replayer::setSize(SurfaceComposerClient::Transaction& t, in setSize()
483 void Replayer::setLayer(SurfaceComposerClient::Transaction& t, in setLayer()
489 void Replayer::setAlpha(SurfaceComposerClient::Transaction& t, in setAlpha()
495 void Replayer::setCrop(SurfaceComposerClient::Transaction& t, in setCrop()
506 void Replayer::setCornerRadius(SurfaceComposerClient::Transaction& t, in setCornerRadius()
513 void Replayer::setBackgroundBlurRadius(SurfaceComposerClient::Transaction& t, in setBackgroundBlurRadius()
521 void Replayer::setMatrix(SurfaceComposerClient::Transaction& t, in setMatrix()
528 void Replayer::setOverrideScalingMode(SurfaceComposerClient::Transaction& t, in setOverrideScalingMode()
534 void Replayer::setTransparentRegionHint(SurfaceComposerClient::Transaction& t, in setTransparentRegionHint()
547 void Replayer::setLayerStack(SurfaceComposerClient::Transaction& t, in setLayerStack()
553 void Replayer::setHiddenFlag(SurfaceComposerClient::Transaction& t, in setHiddenFlag()
561 void Replayer::setOpaqueFlag(SurfaceComposerClient::Transaction& t, in setOpaqueFlag()
569 void Replayer::setSecureFlag(SurfaceComposerClient::Transaction& t, in setSecureFlag()
577 void Replayer::setDeferredTransaction(SurfaceComposerClient::Transaction& t, in setDeferredTransaction()
592 void Replayer::setDisplaySurface(SurfaceComposerClient::Transaction& t, in setDisplaySurface()
601 void Replayer::setDisplayLayerStack(SurfaceComposerClient::Transaction& t, in setDisplayLayerStack()
606 void Replayer::setDisplaySize(SurfaceComposerClient::Transaction& t, in setDisplaySize()
611 void Replayer::setDisplayProjection(SurfaceComposerClient::Transaction& t, in setDisplayProjection()
620 status_t Replayer::createSurfaceControl( in createSurfaceControl()
650 status_t Replayer::injectVSyncEvent( in injectVSyncEvent()
661 void Replayer::createDisplay(const DisplayCreation& create, const std::shared_ptr<Event>& event) { in createDisplay()
675 void Replayer::deleteDisplay(const DisplayDeletion& delete_, const std::shared_ptr<Event>& event) { in deleteDisplay()
684 void Replayer::updatePowerMode(const PowerModeUpdate& pmu, const std::shared_ptr<Event>& event) { in updatePowerMode()
690 void Replayer::waitUntilTimestamp(int64_t timestamp) { in waitUntilTimestamp()
695 void Replayer::waitUntilDeferredTransactionLayerExists( in waitUntilDeferredTransactionLayerExists()
702 status_t Replayer::loadSurfaceComposerClient() { in loadSurfaceComposerClient()
707 void Replayer::setReparentChange(SurfaceComposerClient::Transaction& t, in setReparentChange()
716 void Replayer::setRelativeParentChange(SurfaceComposerClient::Transaction& t, in setRelativeParentChange()
725 void Replayer::setDetachChildrenChange(SurfaceComposerClient::Transaction& t, in setDetachChildrenChange()
730 void Replayer::setReparentChildrenChange(SurfaceComposerClient::Transaction& t, in setReparentChildrenChange()
739 void Replayer::setShadowRadiusChange(SurfaceComposerClient::Transaction& t, in setShadowRadiusChange()