/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_key.h | 21 KeyEventData eventData; member
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_callback_vdi.cpp | 103 uint8_t *eventData = static_cast<uint8_t*>(origin); in DataToStr() local
|
H A D | sensor_hdi_dump.cpp | 130 uint8_t *eventData = nullptr;
in SensorShowData() local
|
/drivers/peripheral/sensor/test/common/src/ |
H A D | sensor_callback_impl.cpp | 105 uint8_t *eventData = tmp; in OnDataEvent() local
|
/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_key_session_service.cpp | 55 std::string eventData = "KEY NEEDED"; in GenerateMediaKeyRequest() local 162 std::string eventData = "KEY EXPIRED"; in ClearMediaKeys() local 240 std::string eventData = "KEY EXPIRATION UPDATE"; in RestoreOfflineMediaKeys() local
|
H A D | media_key_system_service.cpp | 144 std::string eventData = "PROVISIONRE QUIRED"; in GenerateKeySystemRequest() local
|
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 393 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent() argument 356 UsbPnpNotifyGetDeviceInfo( void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, struct UsbPnpDeviceInfo **deviceInfo) UsbPnpNotifyGetDeviceInfo() argument
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_pnp_notify.c | 343 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent() argument 407 void *eventData = (void *)usbDev; in UsbPnpNotifyFirstGetDevice() local 306 UsbPnpNotifyGetDeviceInfo( void *eventData, union UsbPnpDeviceInfoData *pnpInfoData, struct UsbPnpDeviceInfo **deviceInfo) UsbPnpNotifyGetDeviceInfo() argument
|
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_ioservice_test.cpp | 159 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent() argument 975 const char *eventData = in HWTEST_F() local
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 56 node->OnEvent(static_cast<CodecEventType>(event), data1, data2, eventData); in OnEvent() local 356 int32_t ComponentNode::OnEvent(CodecEventType event, uint32_t data1, uint32_t data2, void *eventData) in OnEvent() argument 50 OnEvent(OMX_HANDLETYPE component, void *appData, OMX_EVENTTYPE event, uint32_t data1, uint32_t data2, void *eventData) OnEvent() argument
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 265 int32_t ComponentNode::OnEvent(OMX_EVENTTYPE event, uint32_t data1, uint32_t data2, void *eventData) in OnEvent() argument 31 OnEvent(OMX_HANDLETYPE component, void *appData, OMX_EVENTTYPE event, uint32_t data1, uint32_t data2, void *eventData) OnEvent() argument
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 217 int8_t *eventData; /** The pointer of data carried in the event. */ member
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_impl.cpp | 1514 int32_t UsbfnMtpImpl::SendEvent(const std::vector<uint8_t> &eventData) in SendEvent() argument
|