/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_callback.cpp | 23 int32_t CodecHdiCallback::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() function in CodecHdiCallback 27 codecHdi_->EventHandler(event, info); in EventHandler()
|
H A D | codec_hdi_decode.cpp | 873 int32_t CodecHdiDecode::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() function in CodecHdiDecode
|
H A D | codec_hdi_encode.cpp | 700 int32_t CodecHdiEncode::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() function in CodecHdiEncode
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() function in OHOS::HDI::Codec::V3_0::CodecCallbackService
|
H A D | codec_callback_service.h | 29 int32_t EventHandler(CodecEventType event, const EventInfo &info) override;
|
/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | icodec_hdi_callback_base.h | 21 virtual int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
|
H A D | codec_hdi_callback.h | 25 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
|
H A D | codec_hdi_decode.h | 93 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
|
H A D | codec_hdi_encode.h | 88 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() function in OHOS::HDI::Codec::V3_0::CodecCallbackService
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_callback_type_service.c | 43 instance->EventHandler = CodecCallbackTypeEventHandler; in CodecCallbackTypeServiceConstruct()
|
H A D | codec_callback_type_stub.c | 137 ret = serviceImpl->EventHandler(serviceImpl, event, &info); in SerStubEventHandler() 139 CODEC_LOGE("call EventHandler function failed!"); in SerStubEventHandler()
|
H A D | codec_callback_type_proxy.c | 239 instance->EventHandler = CodecCallbackTypeProxyEventHandler; in CodecCallbackTypeProxyConstruct()
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_callback_if.h | 53 * For details, see {@link EventHandler}. 90 int32_t (*EventHandler)(struct CodecCallbackType *self, enum OMX_EVENTTYPE event, struct EventInfo *info); member
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
H A D | codeccallback_fuzzer.cpp | 21 int32_t CodecCallbackFuzz::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() function in OHOS::Codec::CodecCallbackFuzz
|
H A D | codeccallback_fuzzer.h | 28 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 278 (void)omxCallback_->EventHandler(omxCallback_, event, &info); in OnEvent()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 366 (void)omxCallback_->EventHandler(event, info); in OnEvent()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_encode.cpp | 119 callback_->EventHandler = &CodecHdiEncode::OnEvent; in Init()
|
H A D | codec_hdi_decode.cpp | 117 callback_->EventHandler = &CodecHdiDecode::OnEvent; in Init()
|