Lines Matching refs:Codec2Client
136 const std::shared_ptr<Codec2Client::InputSurface> &surface) : in C2InputSurfaceWrapper()
142 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
177 std::shared_ptr<Codec2Client::InputSurface> mSurface;
178 std::shared_ptr<Codec2Client::InputSurfaceConnection> mConnection;
195 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
399 std::shared_ptr<Codec2Client> mClient;
402 Codec2ClientInterfaceWrapper(std::shared_ptr<Codec2Client> client) in Codec2ClientInterfaceWrapper()
465 struct CCodec::ClientListener : public Codec2Client::Listener {
470 const std::weak_ptr<Codec2Client::Component>& component, in onWorkDone()
481 const std::weak_ptr<Codec2Client::Component>& component, in onTripped()
490 const std::weak_ptr<Codec2Client::Component>& component, in onError()
498 const std::weak_ptr<Codec2Client::Component>& component) override { in onDeath()
500 std::shared_ptr<Codec2Client::Component> comp = component.lock(); in onDeath()
613 std::shared_ptr<Codec2Client> client; in allocate()
616 client = Codec2Client::CreateFromService("default"); in allocate()
623 std::shared_ptr<Codec2Client::Component> comp = in allocate()
624 Codec2Client::CreateComponentByName( in allocate()
681 std::shared_ptr<Codec2Client::Component> comp; in configure()
1137 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface()
1138 std::make_shared<Codec2Client::InputSurface>(hidlInputSurface); in createInputSurface()
1225 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
1264 std::shared_ptr<Codec2Client::Component> comp; in start()
1352 std::shared_ptr<Codec2Client::Component> comp; in stop()
1438 std::shared_ptr<Codec2Client::Component> comp; in release()
1495 std::shared_ptr<Codec2Client::Component> comp; in flush()
1529 std::shared_ptr<Codec2Client::Component> comp; in signalResume()
1566 std::shared_ptr<Codec2Client::Component> comp; in signalSetParameters()
1637 std::shared_ptr<Codec2Client::Component> comp; in signalRequestIDRFrame()
1887 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface()
1888 Codec2Client::CreateInputSurface(); in CreateInputSurface()