• Home
  • Raw
  • Download

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()
395 std::shared_ptr<Codec2Client> mClient;
398 Codec2ClientInterfaceWrapper(std::shared_ptr<Codec2Client> client) in Codec2ClientInterfaceWrapper()
461 struct CCodec::ClientListener : public Codec2Client::Listener {
466 const std::weak_ptr<Codec2Client::Component>& component, in onWorkDone()
477 const std::weak_ptr<Codec2Client::Component>& component, in onTripped()
486 const std::weak_ptr<Codec2Client::Component>& component, in onError()
494 const std::weak_ptr<Codec2Client::Component>& component) override { in onDeath()
496 std::shared_ptr<Codec2Client::Component> comp = component.lock(); in onDeath()
609 std::shared_ptr<Codec2Client> client; in allocate()
612 client = Codec2Client::CreateFromService("default"); in allocate()
619 std::shared_ptr<Codec2Client::Component> comp = in allocate()
620 Codec2Client::CreateComponentByName( in allocate()
677 std::shared_ptr<Codec2Client::Component> comp; in configure()
1125 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface()
1126 std::make_shared<Codec2Client::InputSurface>(hidlInputSurface); in createInputSurface()
1213 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
1252 std::shared_ptr<Codec2Client::Component> comp; in start()
1337 std::shared_ptr<Codec2Client::Component> comp; in stop()
1423 std::shared_ptr<Codec2Client::Component> comp; in release()
1480 std::shared_ptr<Codec2Client::Component> comp; in flush()
1543 std::shared_ptr<Codec2Client::Component> comp; in signalSetParameters()
1614 std::shared_ptr<Codec2Client::Component> comp; in signalRequestIDRFrame()
1859 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface()
1860 Codec2Client::CreateInputSurface(); in CreateInputSurface()