Home
last modified time | relevance | path

Searched refs:enumerated (Results 1 – 25 of 45) sorted by relevance

12

/external/tinyalsa/
Dmixer.c74 unsigned int max = mixer->ctl[n].info->value.enumerated.items; in mixer_close()
141 char **enames = calloc(ei->value.enumerated.items, sizeof(char*)); in mixer_open()
145 for (m = 0; m < ei->value.enumerated.items; m++) { in mixer_open()
148 tmp.value.enumerated.item = m; in mixer_open()
151 enames[m] = strdup(tmp.value.enumerated.name); in mixer_open()
322 return ev.value.enumerated.item[id]; in mixer_ctl_get_value()
396 ev.value.enumerated.item[id] = value; in mixer_ctl_set_value()
460 return ctl->info->value.enumerated.items; in mixer_ctl_get_num_enums()
467 (enum_id >= ctl->info->value.enumerated.items)) in mixer_ctl_get_enum_string()
482 num_enums = ctl->info->value.enumerated.items; in mixer_ctl_set_enum_by_string()
[all …]
/external/clang/include/clang/AST/
DTypeLocNodes.def11 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
DTypeNodes.def11 // enumerated by providing its name (e.g., "Builtin" or "Enum") and
/external/chromium_org/chrome/browser/resources/cryptotoken/
Dgnubbies.js133 function enumerated(namespace, existingDeviceIds, devs) { function
183 enumerated(namespace, deviceIds, devs);
Dhidgnubbydevice.js415 function enumerated(devs) { function
430 chrome.hid.getDevices(devs[i], enumerated);
Dgnubby.js70 function enumerated(rc, devs) { function
84 Gnubby.gnubbies_.enumerate(enumerated);
100 Gnubby.gnubbies_.enumerate(enumerated);
Dusbgnubbydevice.js404 function enumerated(devs) { function
412 chrome.usb.getDevices(UsbGnubbyDevice.WINUSB_VID_PIDS[i], enumerated);
/external/libvpx/libvpx/
Dusage.dox97 defined in the definitions of each enumerated value. Error values can be
102 outside any context. The enumerated value returned from the last call can be
177 enumerated for application use. Identifiers not enumerated publicly are
/external/chromium_org/third_party/
DREADME.chromium.template4 … revision this field should be "0" and the revision, or date should be enumerated in the appropria…
/external/chromium_org/sync/internal_api/
DREADME32 children of a node can be enumerated in the order of their position.
/external/chromium_org/third_party/libvpx/source/libvpx/
Dusage.dox92 defined in the definitions of each enumerated value. Error values can be
97 outside any context. The enumerated value returned from the last call can be
/external/kernel-headers/original/uapi/sound/
Dasound.h864 } enumerated; member
889 } enumerated; member
/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_decklink_mac.mm99 DVLOG(1) << "Blackmagic camera enumerated: " << name.name();
/external/chromium_org/third_party/angle/extensions/
DEXT_blend_minmax.txt72 BlendEquationEXT with one of three enumerated values. The default
/external/chromium_org/net/third_party/nss/ssl/
Dnotes.txt5 SSL's Buffers: enumerated and explained.
/external/clang/include/clang/Basic/
DOperatorKinds.def17 /// In this file, each of the overloadable C++ operators is enumerated
/external/libexif/
DREADME129 -DNO_VERBOSE_TAG_DATA Names of enumerated tag data contents
/external/clang/docs/
DObjectiveCLiterals.rst122 Expressions of scalar (numeric, enumerated, BOOL) and C string pointer
131 // enumerated types.
/external/valgrind/main/VEX/
DMakefile-gcc119 # 188: enumerated type mixed with another type
/external/valgrind/main/docs/internals/
Dxml-output.txt263 types (enumerated below), so that GUIs may roughly categorise
/external/openssl/include/openssl/
Dasn1.h530 ASN1_ENUMERATED * enumerated; member
/external/openssl/crypto/asn1/
Dasn1.h530 ASN1_ENUMERATED * enumerated; member
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
DTestObject.idl224 // Limited value attributes and enumerated attributes
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dasn1.h487 ASN1_ENUMERATED * enumerated; member
/external/chromium_org/chrome/browser/
Dchrome_browser_application_mac.mm180 // container) mutated while being enumerated is one case seen in

12