/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/ |
D | event_record_task.cc | 32 uint32_t event_id = task_info_->event_id(); in EventRecordTask() local 33 if (stream_id >= stream_list.size() || event_id >= event_list.size()) { in EventRecordTask() 35 << ", event_list size: " << event_list.size() << ", event_id: " << event_id; in EventRecordTask() 38 event_ = event_list[event_id]; in EventRecordTask() 45 … << ", stream_id: " << task_info_->stream_id() << ", event_id: " << task_info_->event_id(); in Distribute()
|
D | event_wait_task.cc | 31 uint32_t event_id = task_info_->event_id(); in EventWaitTask() local 32 if (stream_id >= stream_list.size() || event_id >= event_list.size()) { in EventWaitTask() 34 << ", event_list size: " << event_list.size() << ", event_id: " << event_id; in EventWaitTask() 37 event_ = event_list[event_id]; in EventWaitTask() 44 … << ", stream_id: " << task_info_->stream_id() << ", event_id: " << task_info_->event_id(); in Distribute()
|
/third_party/boost/boost/log/sinks/ |
D | event_log_backend.hpp | 125 public basic_direct_mapping< event_id, AttributeValueT > 128 typedef basic_direct_mapping< event_id, AttributeValueT > base_type; 151 public basic_custom_mapping< event_id, AttributeValueT > 154 typedef basic_custom_mapping< event_id, AttributeValueT > base_type; 256 … typedef boost::log::aux::light_function< event_id (record_view const&) > event_id_mapper_type; 270 typedef std::map< event_id, insertion_composer > event_map; 279 event_id m_ID; 287 explicit event_map_reference(event_id id, basic_event_composer< char_type >& owner) : in event_map_reference() 340 event_map_reference operator[] (event_id id); 357 event_id operator() (record_view const& rec, insertion_list& insertions) const; [all …]
|
D | event_log_constants.hpp | 40 typedef boost::log::aux::tagged_integer< unsigned int, event_id_tag > event_id; typedef 44 inline event_id make_event_id(unsigned int id) in make_event_id() 46 event_id iden = { id }; in make_event_id()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | hicamera_control.c | 84 int run_cmd_func(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype, uint32_t cmd_id) in run_cmd_func() argument 108 ret = (int)cmd_cb->uvc_control_func(buf, len, event_id, cmdtype); in run_cmd_func() 205 static uint32_t hicamera_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) in hicamera_unit_control() argument 209 …PRINT_INFO("%s %d, event_id=%u, len=%u, cmdtype=%02x\n", __FUNCTION__, __LINE__, event_id, len, cm… in hicamera_unit_control() 211 switch(event_id) in hicamera_unit_control() 230 static uint32_t h264_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) in h264_unit_control() argument 235 …PRINT_INFO("%s %d, event_id=%u, len=%u, cmdtype=%02x\n", __FUNCTION__, __LINE__, event_id, len, cm… in h264_unit_control() 419 static uint32_t uvc_process_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdty… in uvc_process_unit_contorl() argument 423 …PRINT_INFO("%s %d, event_id=%u, len=%u, cmdtype=%02x\n", __FUNCTION__, __LINE__, event_id, len, cm… in uvc_process_unit_contorl() 425 switch (event_id) in uvc_process_unit_contorl() [all …]
|
D | hicamera_control.h | 66 typedef uint32_t (*camera_control_func)(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtyp… 77 extern int run_cmd_func(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype, uint32_t cmd_…
|
D | f_uvc.c | 1853 ret = run_cmd_func(req->buf, req->xfrd, fuvc->event_id, UVC_RC_SETCUR, fuvc->unit_id); in fuvc_control_unit_callback() 1879 fuvc->event_id = w_value >> 8; in fuvc_handle_camera_control() 1909 fuvc->event_id = w_value >> 8; in fuvc_handle_process_control() 1946 fuvc->event_id = w_value >> 8; in fuvc_handle_ext_control() 1973 fuvc->event_id = w_value >> 8; in fuvc_handle_xu_hicamera_control()
|
/third_party/boost/libs/log/src/windows/ |
D | event_log_backend.cpp | 317 DWORD event_id; in consume() local 321 event_id = BOOST_LOG_MSG_DEBUG; break; in consume() 323 event_id = BOOST_LOG_MSG_WARNING; break; in consume() 325 event_id = BOOST_LOG_MSG_ERROR; break; in consume() 327 event_id = BOOST_LOG_MSG_INFO; break; in consume() 334 event_id, // Event identifier. in consume() 420 basic_event_composer< CharT >::operator[] (event_id id) in operator []() 434 …event_id basic_event_composer< CharT >::operator() (record_view const& rec, insertion_list& insert… in operator ()() 436 event_id id = m_EventIDMapper(rec); in operator ()() 446 …basic_event_composer< CharT >::add_formatter(event_id id, insertion_composer* composer, formatter_… in add_formatter()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-scte-section.h | 254 GstMpegtsSCTESIT *gst_mpegts_scte_cancel_new (guint32 event_id); 257 GstMpegtsSCTESIT *gst_mpegts_scte_splice_in_new (guint32 event_id, 261 GstMpegtsSCTESIT *gst_mpegts_scte_splice_out_new (guint32 event_id,
|
D | gst-scte-section.c | 504 gst_mpegts_scte_cancel_new (guint32 event_id) in gst_mpegts_scte_cancel_new() argument 510 event->splice_event_id = event_id; in gst_mpegts_scte_cancel_new() 533 gst_mpegts_scte_splice_in_new (guint32 event_id, GstClockTime splice_time) in gst_mpegts_scte_splice_in_new() argument 539 event->splice_event_id = event_id; in gst_mpegts_scte_splice_in_new() 572 gst_mpegts_scte_splice_out_new (guint32 event_id, GstClockTime splice_time, in gst_mpegts_scte_splice_out_new() argument 579 event->splice_event_id = event_id; in gst_mpegts_scte_splice_out_new()
|
D | gst-dvb-section.h | 367 guint16 event_id; member
|
D | gst-atsc-section.h | 343 guint16 event_id; member
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_archrast.py | 156 event_id = 0 194 event_id += 1 203 'id': event_id, 220 protos['events']['map'][event_id] = event_key
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
D | wifi-esp32.c | 284 _event_handler_wifi(void *arg, esp_event_base_t event_base, int32_t event_id, in _event_handler_wifi() argument 290 switch (event_id) { in _event_handler_wifi() 312 wnd->inst.name, (int)event_id); in _event_handler_wifi() 340 _event_handler_ip(void *arg, esp_event_base_t event_base, int32_t event_id, in _event_handler_ip() argument 347 if (event_id == IP_EVENT_STA_GOT_IP) { in _event_handler_ip()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | task_info.h | 191 uint32_t event_id() const { return event_id_; } in event_id() function 194 …EventTaskInfo(const std::string &op_name, uint32_t stream_id, TaskInfoType type, uint32_t event_id) in EventTaskInfo() argument 195 : TaskInfo(op_name, stream_id, type, false), event_id_(event_id) {} in EventTaskInfo() 203 EventRecordTaskInfo(const std::string &op_name, uint32_t stream_id, uint32_t event_id) in EventRecordTaskInfo() argument 204 : EventTaskInfo(op_name, stream_id, TaskInfoType::EVENT_RECORD, event_id) {} in EventRecordTaskInfo() 210 EventWaitTaskInfo(const std::string &op_name, uint32_t stream_id, uint32_t event_id) in EventWaitTaskInfo() argument 211 : EventTaskInfo(op_name, stream_id, TaskInfoType::EVENT_WAIT, event_id) {} in EventWaitTaskInfo()
|
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | stream_exec_order_recorder.h | 36 void SetEventId(const uint32_t &event_id) { event_id_ = event_id; } in SetEventId() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er.h | 91 unsigned int event_id; member
|
D | wps_er.c | 462 ap->er->event_id, ap->id, 1800); in wps_er_subscribe() 1192 unsigned int event_id; in wps_er_http_notify() local 1194 event_id = atoi(uri + 7); in wps_er_http_notify() 1195 if (event_id != er->event_id) { in wps_er_http_notify() 1197 "unknown event id %u", event_id); in wps_er_http_notify() 1266 if (os_get_random((unsigned char *) &er->event_id, in wps_er_init() 1267 sizeof(er->event_id)) < 0) { in wps_er_init() 1272 er->event_id &= 0x0fffffff; in wps_er_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er.h | 91 unsigned int event_id; member
|
D | wps_er.c | 462 ap->er->event_id, ap->id, 1800); in wps_er_subscribe() 1192 unsigned int event_id; in wps_er_http_notify() local 1194 event_id = atoi(uri + 7); in wps_er_http_notify() 1195 if (event_id != er->event_id) { in wps_er_http_notify() 1197 "unknown event id %u", event_id); in wps_er_http_notify() 1266 if (os_get_random((unsigned char *) &er->event_id, in wps_er_init() 1267 sizeof(er->event_id)) < 0) { in wps_er_init() 1272 er->event_id &= 0x0fffffff; in wps_er_init()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_adjust.h | 83 …r CreateRecvApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, uint32_t event_id); 84 …r CreateSendApplyKernel(const std::shared_ptr<session::KernelGraph> &graph_ptr, uint32_t event_id);
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.h | 122 …CNodePtr CreateSendApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t event_id, uint32… 123 …CNodePtr CreateRecvApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t event_id, uint32…
|
D | ascend_stream_assign.cc | 1886 uint32_t event_id = AnfAlgo::GetNodeAttr<uint32_t>(cur_cnode_ptr, kAttrEventId); in CheckEventAssign() local 1887 if (event_id > max_event_id) { in CheckEventAssign() 1888 max_event_id = event_id; in CheckEventAssign() 1891 if (event_id < min_event_id) { in CheckEventAssign() 1892 min_event_id = event_id; in CheckEventAssign() 1894 auto it = event_map.find(event_id); in CheckEventAssign() 1896 event_map[event_id] = {cur_cnode_ptr}; in CheckEventAssign() 1898 event_map[event_id].emplace_back(cur_cnode_ptr); in CheckEventAssign() 1927 …endStreamAssign::CreateSendApplyKernel(const NotNull<KernelGraphPtr> &graph_ptr, uint32_t event_id, in CreateSendApplyKernel() argument 1939 AnfAlgo::SetNodeAttr(kAttrEventId, MakeValue(event_id), send_node_ptr); in CreateSendApplyKernel() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.h | 92 guint event_id; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 869 xcb_present_event_t event_id; member 1658 cookie = xcb_present_select_input_checked(chain->conn, chain->event_id, in x11_swapchain_destroy() 1784 chain->event_id = xcb_generate_id(chain->conn); in x11_surface_create_swapchain() 1785 xcb_present_select_input(chain->conn, chain->event_id, chain->window, in x11_surface_create_swapchain() 1795 chain->event_id, NULL); in x11_surface_create_swapchain()
|