/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecsetcallbacksomx_fuzzer/ |
D | codecsetcallbacks_fuzzer.cpp | 29 … 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/ |
D | codecsetcallbacks_fuzzer.cpp | 33 int32_t ret = g_component->SetCallbacks(g_callback, static_cast<int64_t >(*data)); in CodecSetCallbacks()
|
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecsetcallbacksadapter_fuzzer/ |
D | codecsetcallbacks_fuzzer.cpp | 30 …g_component->SetCallbacks(g_component, g_callback, *(reinterpret_cast<int64_t *>(const_cast<uint8_… in CodecSetCallbacks()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_service.cpp | 151 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()
|
D | component_node.cpp | 246 int32_t ComponentNode::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/interfaces/include/ |
D | codec_component_if.h | 335 …int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64… member
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_service.h | 48 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) override;
|
D | component_node.h | 57 int32_t SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData);
|
/drivers/peripheral/codec/hal/passthrough/adapter/include/ |
D | component_node.h | 46 int32_t SetCallbacks(const CodecCallbackType *omxCallback, int64_t appData);
|
/drivers/peripheral/codec/hal/passthrough/src/ |
D | codec_adapter.cpp | 80 ret = tempNode->node->SetCallbacks(callbacks, appData); in CodecAdapterCreateComponent() 266 return codecNode->node->SetCallbacks(omxCallback, appData); in CodecAdapterSetCallbacks()
|
D | codec_component_if.c | 233 instance->SetCallbacks = ComponentTypeSetCallbacks; in ComponentTypeConstruct()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
D | component_node.h | 69 int32_t SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData);
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_benchmark_omx_test.cpp | 537 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/ |
D | codec_component_type_service.c | 218 instance->SetCallbacks = CodecComponentTypeSetCallbacks; in CodecComponentTypeServiceConstruct()
|
D | codec_adapter.cpp | 237 return codecNode->node->SetCallbacks(omxCallback, appData); in OmxAdapterSetCallbacks()
|
D | codec_component_type_stub.c | 572 ret = serviceImpl->SetCallbacks(serviceImpl, callback, appData); in SerStubSetCallbacks()
|
D | codec_component_type_proxy.c | 918 instance->SetCallbacks = CodecComponentTypeProxySetCallbacks; in CodecComponentTypeProxyConstruct()
|
/drivers/peripheral/codec/test/unittest/hdi_adapter/ |
D | codec_hdi_adapter_test.cpp | 915 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/ |
D | ICodecCallback.idl | 60 * - {@link SetCallbacks} when the component is in the OMX_StateLoaded state.
|
D | ICodecComponent.idl | 385 SetCallbacks([in] ICodecCallback callbacks, [in] long appData);
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
D | component_node.cpp | 192 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/ |
D | component_node.cpp | 269 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/ |
D | codec_hdi_omx_enc_test.cpp | 857 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/ |
D | codec_hdi_omx_test.cpp | 1048 auto ret = component_->SetCallbacks(component_, callback_, (int64_t)this);
|
/drivers/peripheral/codec/ |
D | README_zh.md | 275 …"><a name="p8414525145610"></a><a name="p8414525145610"></a>int32_t (*SetCallbacks)(struct CodecCo…
|