Home
last modified time | relevance | path

Searched refs:CodecComponentManager (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_manager.h57 struct CodecComponentManager { struct
116 struct HdfRemoteService *(*AsObject)(struct CodecComponentManager *self);
120 * @brief Instantiates the <b>CodecComponentManager</b> object.
122 * @return Returns the <b>CodecComponentManager</b> object instantiated.
124 struct CodecComponentManager *GetCodecComponentManager(void);
127 * @brief Releases the <b>CodecComponentManager</b> object.
/drivers/peripheral/codec/hal/include/
H A Dcodec_component_manager_stub.h28 struct CodecComponentManager interface;
29 int32_t (*OnRemoteRequest)(struct CodecComponentManager *serviceImpl, int code, struct HdfSBuf *data,
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_stub.c28 static int32_t SerStubGetComponentNum(struct CodecComponentManager *serviceImpl, struct HdfSBuf *data, in SerStubGetComponentNum()
43 static int32_t SerStubGetComponentCapablityList(struct CodecComponentManager *serviceImpl, struct HdfSBuf *data, in SerStubGetComponentCapablityList()
109 static int32_t SerStubCreateComponent(struct CodecComponentManager *serviceImpl, struct HdfSBuf *data, in SerStubCreateComponent()
163 static int32_t SerStubDestroyComponent(struct CodecComponentManager *serviceImpl, struct HdfSBuf *data, in SerStubDestroyComponent()
185 static int32_t CodecComponentManagerServiceOnRemoteRequest(struct CodecComponentManager *serviceImpl, int32_t cmdId, in CodecComponentManagerServiceOnRemoteRequest()
203 static struct HdfRemoteService *CodecComponentManagerStubAsObject(struct CodecComponentManager *self) in CodecComponentManagerStubAsObject()
H A Dcodec_component_manager_proxy.c25 struct CodecComponentManager instance;
272 struct CodecComponentManager *GetCodecComponentManager(void) in GetCodecComponentManager()
H A Dcodec_component_manager_service.c191 static void CodecComponentManagerServiceConstruct(struct CodecComponentManager *manager) in CodecComponentManagerServiceConstruct()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
H A Dcodeccommon_fuzzer.h28 extern CodecComponentManager *g_manager;
H A Dcodeccommon_fuzzer.cpp41 CodecComponentManager *g_manager = nullptr;
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccreatecomponentomx_fuzzer/
H A Dcodeccreatecomponent_fuzzer.cpp23 struct CodecComponentManager *manager = nullptr; in CodecCreateComponent()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecgetcomponentcapabilitylistomx_fuzzer/
H A Dcodecgetcomponentcapabilitylist_fuzzer.cpp34 struct CodecComponentManager *manager = nullptr; in CodecGetComponentCapabilityList()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecomx_fuzzer/
H A Dcodec_fuzzer.cpp83 service->stub.OnRemoteRequest((struct CodecComponentManager *)(&service->stub.interface), code, data, reply); in CodecFuzzTest()
/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_manager_test.cpp39 struct CodecComponentManager *manager_ = nullptr;
H A Dcodec_hdi_omx_test.cpp292 static inline struct CodecComponentManager *manager_ = nullptr;
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h136 struct CodecComponentManager *omxMgr_;
H A Dcodec_hdi_decode.h141 struct CodecComponentManager *omxMgr_;

Completed in 7 milliseconds