Home
last modified time | relevance | path

Searched refs:SetCallbacks (Results 1 – 25 of 26) sorted by relevance

12

/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/
Dcodecsetcallbacks_fuzzer.cpp29 … int32_t ret = g_component->SetCallbacks(g_component, g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/
Dcodecsetcallbacks_fuzzer.cpp33 int32_t ret = g_component->SetCallbacks(g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecsetcallbacksadapter_fuzzer/
Dcodecsetcallbacks_fuzzer.cpp30 …g_component->SetCallbacks(g_component, g_callback, *(reinterpret_cast<int64_t *>(const_cast<uint8_… in CodecSetCallbacks()
/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
155 return node_->SetCallbacks(callbacks, appData); in SetCallbacks()
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/interfaces/include/
Dcodec_component_if.h335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_service.h48 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) override;
Dcomponent_node.h57 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData);
/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h46 int32_t SetCallbacks(const CodecCallbackType *omxCallback, int64_t appData);
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp80 ret = tempNode->node->SetCallbacks(callbacks, appData); in CodecAdapterCreateComponent()
266 return codecNode->node->SetCallbacks(omxCallback, appData); in CodecAdapterSetCallbacks()
Dcodec_component_if.c233 instance->SetCallbacks = ComponentTypeSetCallbacks; in ComponentTypeConstruct()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
Dcomponent_node.h69 int32_t SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData);
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp537 BENCHMARK_F(CodecBenchmarkOmxTest, SetCallbacks)(benchmark::State &state) in BENCHMARK_F() argument
544 ret = component_->SetCallbacks(callback_, APP_DATA); in BENCHMARK_F()
549 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, SetCallbacks)->
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c218 instance->SetCallbacks = CodecComponentTypeSetCallbacks; in CodecComponentTypeServiceConstruct()
Dcodec_adapter.cpp237 return codecNode->node->SetCallbacks(omxCallback, appData); in OmxAdapterSetCallbacks()
Dcodec_component_type_stub.c572 ret = serviceImpl->SetCallbacks(serviceImpl, callback, appData); in SerStubSetCallbacks()
Dcodec_component_type_proxy.c918 instance->SetCallbacks = CodecComponentTypeProxySetCallbacks; in CodecComponentTypeProxyConstruct()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp915 int32_t ret = g_component->SetCallbacks(g_component, g_callback, APP_DATA);
927 int32_t ret = g_component->SetCallbacks(g_component, g_callback, APP_DATA_MAX);
939 int32_t ret = g_component->SetCallbacks(g_component, g_callback, APP_DATA_MIN);
/drivers/interface/codec/v1_0/
DICodecCallback.idl60 * - {@link SetCallbacks} when the component is in the OMX_StateLoaded state.
DICodecComponent.idl385 SetCallbacks([in] ICodecCallback callbacks, [in] long appData);
/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/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/test/unittest/idl_omx/
Dcodec_hdi_omx_enc_test.cpp857 auto ret = g_component->SetCallbacks(g_callback, APP_DATA);
864 auto ret = g_component->SetCallbacks(nullptr, APP_DATA);
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp1048 auto ret = component_->SetCallbacks(component_, callback_, (int64_t)this);
/drivers/peripheral/codec/
DREADME_zh.md275 …"><a name="p8414525145610"></a><a name="p8414525145610"></a>int32_t (*SetCallbacks)(struct CodecCo…

12