Searched refs:codecListClient (Results 1 – 2 of 2) sorted by relevance
108 std::shared_ptr<CodecListClient> codecListClient = CodecListClient::Create(codecListProxy); in CreateCodecListService() local109 …CHECK_AND_RETURN_RET_LOG(codecListClient != nullptr, nullptr, "failed to create codeclist client."… in CreateCodecListService()111 codecListClientList_.push_back(codecListClient); in CreateCodecListService()112 return codecListClient; in CreateCodecListService()115 int32_t AVCodecClient::DestroyCodecListService(std::shared_ptr<ICodecListService> codecListClient) in DestroyCodecListService() argument118 …CHECK_AND_RETURN_RET_LOG(codecListClient != nullptr, AVCS_ERR_NO_MEMORY, "codeclist client is null… in DestroyCodecListService()119 codecListClientList_.remove(codecListClient); in DestroyCodecListService()183 auto codecListClient = std::static_pointer_cast<CodecListClient>(it); in DoAVCodecServerDied() local184 if (codecListClient != nullptr) { in DoAVCodecServerDied()185 codecListClient->AVCodecServerDied(); in DoAVCodecServerDied()
47 int32_t DestroyCodecListService(std::shared_ptr<ICodecListService> codecListClient) override;