Searched refs:event_types (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis_.c30 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, enum
35 * enum event_types (as int, i.e., 4 octets)
45 enum event_types type;
H A Dndis_events.c112 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, EVENT_MEDIA_SPECIFIC, enum
193 enum event_types type,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis_.c30 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, enum
35 * enum event_types (as int, i.e., 4 octets)
45 enum event_types type;
H A Dndis_events.c112 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, EVENT_MEDIA_SPECIFIC, enum
193 enum event_types type,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis_.c30 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, enum
35 * enum event_types (as int, i.e., 4 octets)
45 enum event_types type;
H A Dndis_events.c112 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, EVENT_MEDIA_SPECIFIC, enum
193 enum event_types type,
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.h25 std::set<std::string> event_types; member in struct:extensions::TtsVoice
H A Dtts_engine_manifest_handler.cc131 if (voice_data.event_types.find(event_type) !=
132 voice_data.event_types.end()) {
136 voice_data.event_types.insert(event_type);
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_api.cc123 voice.event_types.begin();
124 iter != voice.event_types.end();
131 if (voice.event_types.find(constants::kEventTypeEnd) !=
132 voice.event_types.end()) {
270 if (voice.event_types.find(event_type) != voice.event_types.end()) {
H A Dtts_extension_api.cc329 base::ListValue* event_types = new base::ListValue(); local
333 event_types->Append(new base::StringValue(event_name_constant));
335 result_voice->Set(constants::kEventTypesKey, event_types);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.h53 /* event_types is ignored */
54 struct perf_file_section event_types; member in struct:perf_file_header
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc394 int event_types[] = {SCTP_ASSOC_CHANGE, local
402 for (size_t i = 0; i < ARRAY_SIZE(event_types); i++) {
403 event.se_type = event_types[i];

Completed in 505 milliseconds