Searched refs:pipeEventHandler (Results 1 – 5 of 5) sorted by relevance
31 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in DecodeOnInputBufferAvailableFuzzTest() local33 std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline); in DecodeOnInputBufferAvailableFuzzTest()
37 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in DecodeOnOutputBufferAvailableFuzzTest() local39 std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline); in DecodeOnOutputBufferAvailableFuzzTest()
52 DecodeDataProcess(const std::shared_ptr<AppExecFwk::EventHandler>& pipeEventHandler, in DecodeDataProcess() argument54 : pipeSrcEventHandler_(pipeEventHandler), callbackPipelineSource_(callbackPipSource) {} in DecodeDataProcess()
63 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in SetUp() local64 testDecodeDataProcess_ = std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline_); in SetUp()
652 std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = nullptr; variable653 ssm_->eventHandler_ = pipeEventHandler;