Lines Matching refs:Codec2Client
142 const std::shared_ptr<Codec2Client::InputSurface> &surface) : in C2InputSurfaceWrapper()
148 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
183 std::shared_ptr<Codec2Client::InputSurface> mSurface;
184 std::shared_ptr<Codec2Client::InputSurfaceConnection> mConnection;
202 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
412 std::shared_ptr<Codec2Client> mClient;
415 Codec2ClientInterfaceWrapper(std::shared_ptr<Codec2Client> client) in Codec2ClientInterfaceWrapper()
478 struct CCodec::ClientListener : public Codec2Client::Listener {
483 const std::weak_ptr<Codec2Client::Component>& component, in onWorkDone()
494 const std::weak_ptr<Codec2Client::Component>& component, in onTripped()
503 const std::weak_ptr<Codec2Client::Component>& component, in onError()
511 const std::weak_ptr<Codec2Client::Component>& component) override { in onDeath()
513 std::shared_ptr<Codec2Client::Component> comp = component.lock(); in onDeath()
627 std::shared_ptr<Codec2Client> client; in allocate()
630 client = Codec2Client::CreateFromService("default"); in allocate()
637 std::shared_ptr<Codec2Client::Component> comp = in allocate()
638 Codec2Client::CreateComponentByName( in allocate()
696 std::shared_ptr<Codec2Client::Component> comp; in configure()
1164 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface()
1165 std::make_shared<Codec2Client::InputSurface>(hidlInputSurface); in createInputSurface()
1253 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
1296 std::shared_ptr<Codec2Client::Component> comp; in start()
1387 std::shared_ptr<Codec2Client::Component> comp; in stop()
1475 std::shared_ptr<Codec2Client::Component> comp; in release()
1533 std::shared_ptr<Codec2Client::Component> comp; in flush()
1569 std::shared_ptr<Codec2Client::Component> comp; in signalResume()
1611 std::shared_ptr<Codec2Client::Component> comp; in signalSetParameters()
1684 std::shared_ptr<Codec2Client::Component> comp; in signalRequestIDRFrame()
1935 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface()
1936 Codec2Client::CreateInputSurface(); in CreateInputSurface()
1963 std::shared_ptr<Codec2Client::Interface> intf{ in init()
1964 Codec2Client::CreateInterfaceByName(name.c_str())}; in init()