Home
last modified time | relevance | path

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

/drivers/liteos/tzdriver/src/
Dagent.c287 struct SmcEventData *eventData = NULL; in SendEventResponseSingle() local
310 struct SmcEventData *eventData = NULL; in FindEventControl() local
327 static void UnmapAgentBuffer(struct SmcEventData *eventData) in UnmapAgentBuffer()
347 struct SmcEventData *eventData = NULL; in FreeEventControl() local
373 struct SmcEventData **eventData) in InitAgentContext()
398 static int WaitAgentResponse(struct SmcEventData *eventData) in WaitAgentResponse()
425 struct SmcEventData *eventData = NULL; in AgentProcessWork() local
464 struct SmcEventData *eventData = NULL; in IsAgentAlive() local
478 struct SmcEventData *eventData = NULL; in TcNsWaitEvent() local
542 struct SmcEventData *eventData = FindEventControl(agentId); in CheckForSendEventResponse() local
[all …]
Dtc_client_driver.c1505 struct SmcEventData *eventData = NULL; in IoctlUnregisterAgent() local
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_callback_service.c24 uint32_t data1, uint32_t data2, UINTPTR eventData) in CodecCallbackOnEvent()
Dcodec_callback_stub.c34 UINTPTR eventData = 0; in SerCodecOnEvent() local
/drivers/peripheral/codec/hal/src/
Dcodec_callback_type_service.c23 …enum OMX_EVENTTYPE eEvent, uint32_t data1, uint32_t data2, int8_t *eventData, uint32_t eventDataLe… in CodecCallbackTypeEventHandler()
Dcodec_callback_type_proxy.c90 uint32_t data2, int8_t *eventData, uint32_t eventDataLen) in CodecCallbackTypeProxyEventHandler()
Dcodec_callback_type_stub.c89 int8_t *eventData = NULL; in SerStubEventHandler() local
/drivers/framework/model/input/driver/
Dhdf_key.h21 KeyEventData eventData; member
/drivers/liteos/tzdriver/include/
Dagent.h101 static inline void GetAgentEvent(struct SmcEventData *eventData) in GetAgentEvent()
108 static inline void PutAgentEvent(struct SmcEventData *eventData) in PutAgentEvent()
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dcodec_callback_proxy.c65 uint32_t data1, uint32_t data2, UINTPTR eventData) in CodecCallbackProxyOnEvent()
/drivers/peripheral/sensor/test/unittest/hdi/
Dsensor_callback_impl.cpp98 uint8_t *eventData = tmp; in OnDataEvent() local
/drivers/adapter/khdf/linux/model/usb/host/src/
Dusb_pnp_notify.c316 static int32_t UsbPnpNotifyGetDeviceInfo(void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, in UsbPnpNotifyGetDeviceInfo()
354 void *eventData) in UsbPnpNotifyHdfSendEvent()
/drivers/adapter/khdf/liteos/model/usb/host/src/
Dusb_pnp_notify.c374 static int32_t UsbPnpNotifyGetDeviceInfo(void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, in UsbPnpNotifyGetDeviceInfo()
412 void *eventData) in UsbPnpNotifyHdfSendEvent()
/drivers/framework/core/manager/test/unittest/common/
Dhdf_ioservice_test.cpp100 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent()
/drivers/framework/model/usb/src/
Dusb_ddk_pnp_loader.c985 static int32_t UsbDdkPnpLoaderEventSend(const struct HdfIoService *serv, const char *eventData) in UsbDdkPnpLoaderEventSend()