Searched refs:enum_id (Results 1 - 4 of 4) sorted by relevance

/external/tinyalsa/
H A Dmixer.c464 unsigned int enum_id)
467 (enum_id >= ctl->info->value.enumerated.items))
470 return (const char *)ctl->ename[enum_id];
463 mixer_ctl_get_enum_string(struct mixer_ctl *ctl, unsigned int enum_id) argument
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h240 unsigned int enum_id);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc294 long enum_id = 0; local
297 0, NULL, &wbem_enum_, &enum_id);
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc138 // Never change mapping or reuse |enum_id|. Always push back new items.
142 int enum_id; member in struct:__anon6119::UmaEnumCommandIdPair
203 // Add new items here and use |enum_id| from the next line.
204 { 58, 0 }, // Must be the last. Increment |enum_id| when new IDC was added.
238 return kUmaEnumToControlId[i].enum_id;
246 int enum_id = FindUMAEnumValueForCommand(id); local
247 if (enum_id != -1) {
249 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id,
250 kUmaEnumToControlId[kMappingSize - 1].enum_id);
258 int enum_id local
[all...]

Completed in 172 milliseconds