HomeSort by relevance Sort by last modified time
    Searched refs:event_types (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/extensions/api/speech/
tts_engine_manifest_handler.h 25 std::set<std::string> event_types; member in struct:extensions::TtsVoice
tts_engine_manifest_handler.cc 131 if (voice_data.event_types.find(event_type) !=
132 voice_data.event_types.end()) {
136 voice_data.event_types.insert(event_type);
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 30 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, enum
35 * enum event_types (as int, i.e., 4 octets)
45 enum event_types type;
ndis_events.c 112 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, EVENT_MEDIA_SPECIFIC, enum
193 enum event_types type,
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_engine_extension_api.cc 123 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()) {
tts_extension_api.cc 329 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/
header.h 53 /* 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/
sctpdataengine.cc 394 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];
    [all...]

Completed in 179 milliseconds