Home
last modified time | relevance | path

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

/drivers/peripheral/clearplay/hdi_service/src/
Dmedia_key_session_service.cpp55 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
Dmedia_key_system_service.cpp144 std::string eventData = "PROVISIONRE QUIRED"; in GenerateKeySystemRequest() local
/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/sensor/hdi_service/
Dsensor_callback_vdi.cpp103 uint8_t *eventData = static_cast<uint8_t*>(origin); in DataToStr() local
Dsensor_hdi_dump.cpp130 uint8_t *eventData = nullptr; in SensorShowData() local
/drivers/peripheral/sensor/test/common/src/
Dsensor_callback_impl.cpp105 uint8_t *eventData = tmp; in OnDataEvent() local
/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/v2.0/hdi_impl/src/
Dcomponent_node.cpp32 uint32_t data2, void *eventData) in OnEvent()
264 int32_t ComponentNode::OnEvent(OMX_EVENTTYPE 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/idl_service/src/
Dcomponent_node.cpp51 uint32_t data2, void *eventData) in OnEvent()
356 …t32_t ComponentNode::OnEvent(CodecEventType 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/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp1514 int32_t UsbfnMtpImpl::SendEvent(const std::vector<uint8_t> &eventData) in SendEvent()