Home
last modified time | relevance | path

Searched refs:EventHandler (Results 1 - 20 of 20) sorted by relevance

/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_callback.cpp23 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 Dcodec_hdi_decode.cpp873 int32_t CodecHdiDecode::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() function in CodecHdiDecode
H A Dcodec_hdi_encode.cpp700 int32_t CodecHdiEncode::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() function in CodecHdiEncode
/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler() function in OHOS::HDI::Codec::V3_0::CodecCallbackService
H A Dcodec_callback_service.h29 int32_t EventHandler(CodecEventType event, const EventInfo &info) override;
/drivers/peripheral/codec/test/demo/idl/include/
H A Dicodec_hdi_callback_base.h21 virtual int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
H A Dcodec_hdi_callback.h25 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
H A Dcodec_hdi_decode.h93 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
H A Dcodec_hdi_encode.h88 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_callback_service.cpp23 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 Dcodec_callback_type_service.c43 instance->EventHandler = CodecCallbackTypeEventHandler; in CodecCallbackTypeServiceConstruct()
H A Dcodec_callback_type_stub.c137 ret = serviceImpl->EventHandler(serviceImpl, event, &info); in SerStubEventHandler()
139 CODEC_LOGE("call EventHandler function failed!"); in SerStubEventHandler()
H A Dcodec_callback_type_proxy.c239 instance->EventHandler = CodecCallbackTypeProxyEventHandler; in CodecCallbackTypeProxyConstruct()
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_callback_if.h53 * 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 Dcodeccallback_fuzzer.cpp21 int32_t CodecCallbackFuzz::EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event, in EventHandler() function in OHOS::Codec::CodecCallbackFuzz
H A Dcodeccallback_fuzzer.h28 int32_t EventHandler(OHOS::HDI::Codec::V3_0::CodecEventType event,
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp278 (void)omxCallback_->EventHandler(omxCallback_, event, &info); in OnEvent()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp366 (void)omxCallback_->EventHandler(event, info); in OnEvent()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp119 callback_->EventHandler = &CodecHdiEncode::OnEvent; in Init()
H A Dcodec_hdi_decode.cpp117 callback_->EventHandler = &CodecHdiDecode::OnEvent; in Init()

Completed in 20 milliseconds