Home
last modified time | relevance | path

Searched refs:ICodecListService (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h46 std::shared_ptr<ICodecListService> CreateCodecListService() override;
47 int32_t DestroyCodecListService(std::shared_ptr<ICodecListService> codecListClient) override;
64 std::list<std::shared_ptr<ICodecListService>> codecListClientList_;
H A Davcodec_client.cpp94 std::shared_ptr<ICodecListService> AVCodecClient::CreateCodecListService() in CreateCodecListService()
115 int32_t AVCodecClient::DestroyCodecListService(std::shared_ptr<ICodecListService> codecListClient) in DestroyCodecListService()
/foundation/multimedia/av_codec/services/include/
H A Di_codeclist_service.h23 class ICodecListService { class
25 virtual ~ICodecListService() = default;
H A Di_avcodec_service.h45 virtual std::shared_ptr<ICodecListService> CreateCodecListService() = 0;
57 virtual int32_t DestroyCodecListService(std::shared_ptr<ICodecListService> avCodecList) = 0;
/foundation/multimedia/av_codec/services/services/codeclist/server/
H A Dcodeclist_server.h26 class CodecListServer : public ICodecListService, public NoCopyable {
28 static std::shared_ptr<ICodecListService> Create();
H A Dcodeclist_server.cpp26 std::shared_ptr<ICodecListService> CodecListServer::Create() in Create()
/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.h25 class CodecListClient : public ICodecListService {
31 // ICodecListService override
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.h42 std::shared_ptr<ICodecListService> codecListService_ = nullptr;
/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.h49 std::shared_ptr<ICodecListService> codecListServer_ = nullptr;

Completed in 3 milliseconds