Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ICodecListService
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H
A
D
avcodec_client.h
46
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
D
avcodec_client.cpp
94
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
D
i_codeclist_service.h
23
class
ICodecListService
{
class
25
virtual ~
ICodecListService
() = default;
H
A
D
i_avcodec_service.h
45
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
D
codeclist_server.h
26
class CodecListServer : public
ICodecListService
, public NoCopyable {
28
static std::shared_ptr<
ICodecListService
> Create();
H
A
D
codeclist_server.cpp
26
std::shared_ptr<
ICodecListService
> CodecListServer::Create()
in Create()
/foundation/multimedia/av_codec/services/services/codeclist/client/
H
A
D
codeclist_client.h
25
class CodecListClient : public
ICodecListService
{
31
//
ICodecListService
override
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H
A
D
avcodeclist_impl.h
42
std::shared_ptr<
ICodecListService
> codecListService_ = nullptr;
/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H
A
D
codeclist_service_stub.h
49
std::shared_ptr<
ICodecListService
> codecListServer_ = nullptr;
Completed in 2 milliseconds