Searched defs:event_type (Results 1 - 25 of 32) sorted by relevance

12

/external/tcpdump/
H A Dprint-usb.c40 get_direction(int transfer_type, int event_type) argument
49 switch(event_type)
63 switch(event_type)
106 switch(uh->event_type)
121 direction = get_direction(uh->transfer_type, uh->event_type);
H A Dprint-slow.c148 uint8_t event_type; member in struct:slow_oam_link_event_t
/external/pdfium/third_party/libopenjpeg20/
H A Devent.c91 OPJ_BOOL opj_event_msg(opj_event_mgr_t* p_event_mgr, OPJ_INT32 event_type, argument
99 switch (event_type) {
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c114 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) argument
154 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS ||
155 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) &&
164 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS)
202 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS)
231 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED)
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
/external/v8/src/third_party/vtune/
H A Djitprofiling.cc151 ITT_EXTERN_C int JITAPI iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) argument
191 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) &&
200 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS)
235 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS)
259 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED)
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
/external/libdrm/exynos/
H A Dexynos_drm.h126 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist
/external/libpcap/pcap/
H A Dusb.h79 u_int8_t event_type; member in struct:_usb_header
104 u_int8_t event_type; member in struct:_usb_header_mmapped
/external/perf_data_converter/src/quipper/
H A Dperf_reader_test.cc45 const struct event_type_event event_type = { local
52 .event_type = {
57 input.write(reinterpret_cast<const char*>(&event_type), sizeof(event_type));
95 const struct event_type_event event_type = { local
102 .event_type = {
107 input.write(reinterpret_cast<const char*>(&event_type), sizeof(event_type));
1494 const struct event_type_event event_type = { local
1501 .event_type
1610 const struct event_type_event event_type = { local
[all...]
H A Dsample_info_reader.cc557 uint64_t SampleInfoReader::GetSampleFieldsForEventType(uint32_t event_type, argument
560 switch (event_type) {
578 LOG(FATAL) << "Unknown event type " << event_type;
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_tcp_estats.c128 enum tcp_estats_event_type event_type; member in struct:tcp_estats_event
168 event->event_type = type;
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_iface.c82 enum fst_event_type event_type,
108 switch (event_type) {
150 fst_session_event_type_name(event_type),
162 fst_session_event_type_name(event_type));
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, argument
730 fst_ctrl_iface_notify(i, session_id, event_type, extra);
81 fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, enum fst_event_type event_type, const union fst_event_extra *extra) argument
H A Dfst_session.c111 enum fst_event_type event_type,
114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra);
110 fst_session_notify_ctrl(struct fst_session *s, enum fst_event_type event_type, union fst_event_extra *extra) argument
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_iface.c82 enum fst_event_type event_type,
108 switch (event_type) {
150 fst_session_event_type_name(event_type),
162 fst_session_event_type_name(event_type));
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, argument
730 fst_ctrl_iface_notify(i, session_id, event_type, extra);
81 fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, enum fst_event_type event_type, const union fst_event_extra *extra) argument
H A Dfst_session.c111 enum fst_event_type event_type,
114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra);
110 fst_session_notify_ctrl(struct fst_session *s, enum fst_event_type event_type, union fst_event_extra *extra) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_iface.c82 enum fst_event_type event_type,
108 switch (event_type) {
150 fst_session_event_type_name(event_type),
162 fst_session_event_type_name(event_type));
724 static void fst_ctrl_iface_on_event(enum fst_event_type event_type, argument
730 fst_ctrl_iface_notify(i, session_id, event_type, extra);
81 fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, enum fst_event_type event_type, const union fst_event_extra *extra) argument
H A Dfst_session.c111 enum fst_event_type event_type,
114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra);
110 fst_session_notify_ctrl(struct fst_session *s, enum fst_event_type event_type, union fst_event_extra *extra) argument
/external/kernel-headers/original/uapi/drm/
H A Dexynos_drm.h130 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist
/external/kernel-headers/original/uapi/linux/
H A Dkfd_ioctl.h177 __u32 event_type; /* to KFD */ member in struct:kfd_ioctl_create_event_args
/external/mesa3d/include/GL/
H A Dglx.h411 int event_type; /* GLX_DAMAGED or GLX_SAVED */ member in struct:__anon15732
430 int event_type; member in struct:__anon15733
/external/perf_data_converter/src/
H A Dperf_data_converter.cc334 const auto& event_type = perf_data_.event_types(event_idx); local
335 if (event_type.has_name()) {
336 event_name = event_type.name() + "_";
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_event.c1532 enum nl80211_radar_event event_type; local
1539 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);
1576 switch (event_type) {
1595 "received", event_type);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_event.c1532 enum nl80211_radar_event event_type; local
1539 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);
1576 switch (event_type) {
1595 "received", event_type);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c1532 enum nl80211_radar_event event_type; local
1539 event_type = nla_get_u32(tb[NL80211_ATTR_RADAR_EVENT]);
1576 switch (event_type) {
1595 "received", event_type);
/external/kernel-headers/original/uapi/sound/
H A Dasoc.h470 __le16 event_type; member in struct:snd_soc_tplg_dapm_widget
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_internals.h331 struct perf_trace_event_type event_type; member in struct:quipper::event_type_event
368 struct event_type_event event_type; member in union:quipper::perf_event

Completed in 680 milliseconds

12