Home
last modified time | relevance | path

Searched refs:event_id (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Devent_record_task.cc32 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()
Devent_wait_task.cc31 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/
Devent_log_backend.hpp125 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 …]
Devent_log_constants.hpp40 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/
Dhicamera_control.c84 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 …]
Dhicamera_control.h66 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_…
Df_uvc.c1853 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/
Devent_log_backend.cpp317 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 []()
434event_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/
Dgst-scte-section.h254 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,
Dgst-scte-section.c504 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()
Dgst-dvb-section.h367 guint16 event_id; member
Dgst-atsc-section.h343 guint16 event_id; member
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py156 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/
Dwifi-esp32.c284 _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/
Dtask_info.h191 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/
Dstream_exec_order_recorder.h36 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/
Dwps_er.h91 unsigned int event_id; member
Dwps_er.c462 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/
Dwps_er.h91 unsigned int event_id; member
Dwps_er.c462 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/
Dkernel_adjust.h83 …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/
Dascend_stream_assign.h122 …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…
Dascend_stream_assign.cc1886 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/
Dmpegtsbase.h92 guint event_id; member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c869 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()

12