Home
last modified time | relevance | path

Searched refs:event_types (Results 1 – 8 of 8) sorted by relevance

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