Home
last modified time | relevance | path

Searched defs:eventData (Results 1 – 18 of 18) sorted by relevance

/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_callback_service.c23 int CodecCallbackOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackOnEvent()
Dcodec_callback_stub.c33 int32_t *eventData = NULL; in SerCodecOnEvent() local
Dcodec_service.c48 static int32_t CodecOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecOnEvent()
/drivers/hdf_core/framework/model/input/driver/
Dhdf_key.h21 KeyEventData eventData; member
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
Dusb_pnp_notify.c307 void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, struct UsbPnpDeviceInfo **deviceInfo) in UsbPnpNotifyGetDeviceInfo()
343 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent()
407 void *eventData = (void *)usbDev; in UsbPnpNotifyFirstGetDevice() local
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_callback_proxy.c67 EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackProxyOnEvent()
/drivers/peripheral/sensor/test/common/src/
Dsensor_callback_impl.cpp106 uint8_t *eventData = tmp; in OnDataEvent() local
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp32 …2_t ComponentNode::OnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in OnEvent()
320 int32_t ComponentNode::OnEvent(EventType event, uint32_t length, int32_t eventData[]) in OnEvent()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
Dusb_pnp_notify.c357 void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, struct UsbPnpDeviceInfo **deviceInfo) in UsbPnpNotifyGetDeviceInfo()
393 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent()
/drivers/peripheral/codec/hal/idl_service/src/
Dcomponent_node.cpp38 uint32_t data2, void *eventData) in OnEvent()
292 …t32_t ComponentNode::OnEvent(CodecEventType event, uint32_t data1, uint32_t data2, void *eventData) in OnEvent()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
Dhdf_ioservice_test.cpp159 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent()
975 const char *eventData = variable
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp32 uint32_t data2, void *eventData) in OnEvent()
257 int32_t ComponentNode::OnEvent(OMX_EVENTTYPE event, uint32_t data1, uint32_t data2, void *eventData) in OnEvent()
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_type.h217 int8_t *eventData; /** The pointer of data carried in the event. */ member
/drivers/peripheral/codec/test/demo/v1.0/
Dcodec_encode_test_async.c452 …t32_t CodecCallbackOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackOnEvent()
Dcodec_encode_test_ipc.c288 int32_t TestOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in TestOnEvent()
Dcodec_decode_test_async.c571 …t32_t CodecCallbackOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackOnEvent()
Dcodec_decode_test_ipc.c400 int32_t TestOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in TestOnEvent()
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp1493 int32_t UsbfnMtpImpl::SendEvent(const std::vector<uint8_t> &eventData) in SendEvent()