Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsetcallbackshdi_fuzzer/
H A Dcodecsetcallbacks_fuzzer.cpp33 int32_t ret = g_component->SetCallbacks(g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
/ohos5.0/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/
H A Dcodecsetcallbacks_fuzzer.cpp29 … int32_t ret = g_component->SetCallbacks(g_component, g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_adapter_bridge.h25 static ArkUINativeModuleValue SetCallbacks(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A Dinterface_i_codec_component_v10.md50 | [SetCallbacks](#setcallbacks) ([in] [ICodecCallback](interface_i_codec_callback_v10.md) callbacks…
483 ### SetCallbacks()
486 ICodecComponent::SetCallbacks ([in] ICodecCallback callbacks, [in] long appData )
H A Dinterface_i_codec_component_v20.md48 | [SetCallbacks](#setcallbacks) ([in] [ICodecCallback](interface_i_codec_callback_v20.md) callbacks…
483 ### SetCallbacks()
486 ICodecComponent::SetCallbacks ([in] ICodecCallback callbacks, [in] long appData )
H A Dinterface_i_codec_callback_v10.md18 - 当组件处于OMX_StateLoaded状态时,通过**SetCallbacks**方法注册回调。
H A Dinterface_i_codec_callback_v20.md18 - 当组件处于OMX_StateLoaded状态时,通过**SetCallbacks**方法注册回调。
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp221 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::HDI::Codec::V3_0::CodecComponentService
226 return node_->SetCallbacks(callbacks, appData); in SetCallbacks()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_service.h50 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) override;
H A Dcomponent_node.h60 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData);
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A 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)->
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h69 int32_t SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_service.cpp.txt101 int32_t CodecComponentService::SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& cal…
H A Dcodec_component_service.h.txt64 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_t appDat…
H A Dicodec_component.h.txt117 …virtual int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_…
H A Dcodec_component_proxy.h.txt72 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V1_0::ICodecCallback>& callbacks, int64_t appDat…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_service.cpp.txt101 int32_t CodecComponentService::SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& cal…
H A Dcodec_component_service.h.txt64 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_t appDat…
H A Dicodec_component.h.txt117 …virtual int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_…
H A Dcodec_component_proxy.h.txt72 …int32_t SetCallbacks(const sptr<OHOS::HDI::Codec::V2_0::ICodecCallback>& callbacks, int64_t appDat…
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_service.c294 instance->SetCallbacks = CodecComponentTypeSetCallbacks; in CodecComponentTypeServiceConstruct()
H A Dcodec_adapter.cpp243 return codecNode->node->SetCallbacks(omxCallback, appData); in OmxAdapterSetCallbacks()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp88 void SetCallbacks(RefPtr<UIExtensionPattern> pattern);
174 void UIExtensionComponentTestNg::SetCallbacks(RefPtr<UIExtensionPattern> pattern) in SetCallbacks() function in OHOS::Ace::NG::UIExtensionComponentTestNg
311 SetCallbacks(pattern);
/ohos5.0/drivers/interface/codec/v1_0/
H A DICodecCallback.idl60 * - {@link SetCallbacks} when the component is in the OMX_StateLoaded state.

12