Searched refs:event_types (Results 1 – 8 of 8) sorted by relevance
123 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()
329 base::ListValue* event_types = new base::ListValue(); in RunSync() local333 event_types->Append(new base::StringValue(event_name_constant)); in RunSync()335 result_voice->Set(constants::kEventTypesKey, event_types); in RunSync()
131 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()
25 std::set<std::string> event_types; member
30 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, enum45 enum event_types type; in wpa_driver_ndis_event_process()
112 enum event_types { EVENT_CONNECT, EVENT_DISCONNECT, EVENT_MEDIA_SPECIFIC, enum193 enum event_types type, in ndis_events_send_event()
54 struct perf_file_section event_types; member
394 int event_types[] = {SCTP_ASSOC_CHANGE, in OpenSctpSocket() local402 for (size_t i = 0; i < ARRAY_SIZE(event_types); i++) { in OpenSctpSocket()403 event.se_type = event_types[i]; in OpenSctpSocket()