Home
last modified time | relevance | path

Searched defs:SetCallbacks (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp151 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::HDI::Codec::V1_0::CodecComponentService
Dcomponent_node.cpp246 int32_t ComponentNode::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp269 int32_t ComponentNode::SetCallbacks(const CodecCallbackType *omxCallback, int64_t appData) in SetCallbacks() function in OHOS::Codec::CodecAdapter::ComponentNode
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp192 int32_t ComponentNode::SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData) in SetCallbacks() function in OHOS::Codec::Omx::ComponentNode
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp537 BENCHMARK_F(CodecBenchmarkOmxTest, SetCallbacks)(benchmark::State &state) in BENCHMARK_F() argument