HomeSort by relevance Sort by last modified time
    Searched refs:ctl (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/tinyalsa/
tinymix.c 39 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all);
79 struct mixer_ctl *ctl; local
88 printf("ctl\ttype\tnum\t%-40s value\n", "name");
90 ctl = mixer_get_ctl(mixer, i);
92 name = mixer_ctl_get_name(ctl);
93 type = mixer_ctl_get_type_string(ctl);
94 num_values = mixer_ctl_get_num_values(ctl);
100 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all)
106 num_enums = mixer_ctl_get_num_enums(ctl);
109 string = mixer_ctl_get_enum_string(ctl, i)
121 struct mixer_ctl *ctl; local
174 struct mixer_ctl *ctl; local
    [all...]
mixer.c 56 struct mixer_ctl *ctl; member in struct:mixer
70 if (mixer->ctl) {
72 if (mixer->ctl[n].ename) {
73 unsigned int max = mixer->ctl[n].info->value.enumerated.items;
75 free(mixer->ctl[n].ename[m]);
76 free(mixer->ctl[n].ename);
79 free(mixer->ctl);
113 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
115 if (!mixer->ctl || !mixer->info)
134 mixer->ctl[n].info = ei
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 92 dst->ctl.aa.aeTargetFpsRange[0] = 15;
93 dst->ctl.aa.aeTargetFpsRange[1] = 30;
94 dst->ctl.aa.aeExpCompensation = 5;
105 dst->ctl.lens.focusDistance = curr_entry.data.f[0];
111 dst->ctl.lens.aperture = curr_entry.data.f[0];
117 dst->ctl.lens.focalLength = curr_entry.data.f[0];
123 dst->ctl.lens.filterDensity = curr_entry.data.f[0];
129 dst->ctl.lens.opticalStabilizationMode =
157 dst->ctl.flash.flashMode = (enum flash_mode)(curr_entry.data.u8[0] + 1);
163 dst->ctl.flash.firingPower = curr_entry.data.u8[0]
    [all...]
ExynosCameraHWInterface2.cpp 314 entries[i].internal_shot.shot.ctl.request.frameCount = -1;
363 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCP)
366 if (newEntry->internal_shot.shot.ctl.request.outputStreams[0] & MASK_OUTPUT_SCC)
373 *afMode = (int)(newEntry->internal_shot.shot.ctl.aa.afMode);
374 afRegion[0] = newEntry->internal_shot.shot.ctl.aa.afRegions[0];
375 afRegion[1] = newEntry->internal_shot.shot.ctl.aa.afRegions[1];
376 afRegion[2] = newEntry->internal_shot.shot.ctl.aa.afRegions[2];
377 afRegion[3] = newEntry->internal_shot.shot.ctl.aa.afRegions[3];
379 m_numOfEntries,m_entryInsertionIndex,m_entryProcessingIndex, m_entryFrameOutputIndex, newEntry->internal_shot.shot.ctl.request.frameCount);
399 m_lastCompletedFrameCnt = currentEntry->internal_shot.shot.ctl.request.frameCount
5714 camera2_ctl *ctl = &(currentEntry->shot.ctl); local
    [all...]
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 188 const char *mixer_ctl_get_name(struct mixer_ctl *ctl);
189 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl);
190 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl);
191 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl);
192 unsigned int mixer_ctl_get_num_enums(struct mixer_ctl *ctl);
193 const char *mixer_ctl_get_enum_string(struct mixer_ctl *ctl,
197 int mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id);
198 int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent);
200 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id);
201 int mixer_ctl_set_value(struct mixer_ctl *ctl, unsigned int id, int value)
    [all...]
  /dalvik/vm/
Profile.h 115 if (_self->interpBreak.ctl.subMode & kSubModeMethodTrace) \
117 if (_self->interpBreak.ctl.subMode & kSubModeEmulatorTrace) \
122 if (_self->interpBreak.ctl.subMode & kSubModeMethodTrace) \
124 if (_self->interpBreak.ctl.subMode & kSubModeEmulatorTrace) \
129 if (_self->interpBreak.ctl.subMode & kSubModeMethodTrace) \
131 if (_self->interpBreak.ctl.subMode & kSubModeEmulatorTrace) \
  /external/libpcap/
pcap-enet.c 154 struct eniocb ctl; local
174 if (ioctl(if_fd, EIOCGETP, (char *)&ctl) == -1) {
182 ctl.en_rtout = 1 * ctl.en_hz;
183 ctl.en_tr_etherhead = 1;
184 ctl.en_tap_network = 1;
185 ctl.en_multi_packet = 1;
186 ctl.en_maxlen = BUFSPACE;
188 ctl.en_rtout = 64; /* randomly picked value for HZ */
190 if (ioctl(if_fd, EIOCSETP, &ctl) == -1)
    [all...]
pcap-dlpi.c 237 static struct strbuf ctl = { variable in typeref:struct:strbuf
284 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
1123 struct strbuf ctl; local
1126 ctl.maxlen = 0;
1127 ctl.len = len;
1128 ctl.buf = ptr;
1131 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
1144 struct strbuf ctl; local
1154 ctl.maxlen = MAXDLBUF;
1155 ctl.len = 0
1496 struct strbuf ctl, data; local
1625 struct strbuf ctl; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control.h 53 /** CTL card info container */
56 /** CTL element identifier container */
59 /** CTL element identifier list container */
62 /** CTL element info container */
65 /** CTL element value container */
68 /** CTL event container */
71 /** CTL element type */
90 /** CTL related interface */
128 /** CTL name helper */
130 /** CTL name helper *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 53 /** CTL card info container */
56 /** CTL element identifier container */
59 /** CTL element identifier list container */
62 /** CTL element info container */
65 /** CTL element value container */
68 /** CTL event container */
71 /** CTL element type */
90 /** CTL related interface */
128 /** CTL name helper */
130 /** CTL name helper *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 53 /** CTL card info container */
56 /** CTL element identifier container */
59 /** CTL element identifier list container */
62 /** CTL element info container */
65 /** CTL element value container */
68 /** CTL event container */
71 /** CTL element type */
90 /** CTL related interface */
128 /** CTL name helper */
130 /** CTL name helper *
    [all...]
  /external/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_cray.h 60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
  /device/asus/grouper/audio/
audio_route.c 37 struct mixer_ctl *ctl; member in struct:mixer_state
44 struct mixer_ctl *ctl; member in struct:mixer_setting
140 if (path->setting[i].ctl == setting->ctl)
153 mixer_ctl_get_name(setting->ctl));
175 path->setting[path->length].ctl = setting->ctl;
199 ALOGV(" %d: %s -> %d", i, mixer_ctl_get_name(path->setting[i].ctl),
209 struct mixer_ctl *ctl = path->setting[i].ctl; local
246 struct mixer_ctl *ctl; local
    [all...]
  /device/samsung/manta/audio/
audio_route.c 37 struct mixer_ctl *ctl; member in struct:mixer_state
49 struct mixer_ctl *ctl; member in struct:mixer_setting
57 struct mixer_ctl *ctl; member in struct:mixer_value
94 ALOGE(" id=%d: ctl=%s linked=%c", i,
95 mixer_ctl_get_name(path->setting[i].ctl),
166 static int find_ctl_in_path(struct mixer_path *path, struct mixer_ctl *ctl)
171 if (path->setting[i].ctl == ctl)
211 if (find_ctl_in_path(path, setting->ctl) != -1) {
213 mixer_ctl_get_name(setting->ctl), path->name)
301 struct mixer_ctl *ctl = path->setting[i].ctl; local
344 struct mixer_ctl *ctl; local
452 struct mixer_ctl *ctl; local
    [all...]
  /development/tools/emulator/system/sensors/
sensors_qemu.c 138 SensorPoll* ctl = (void*)dev; local
141 if (ctl->fd < 0) {
142 ctl->fd = qemud_channel_open(SENSORS_SERVICE_NAME);
144 D("%s: fd=%d", __FUNCTION__, ctl->fd);
146 handle->data[0] = dup(ctl->fd);
155 SensorPoll* ctl = (void*)dev; local
161 _sensorIdToName(handle), handle, ctl->fd, enabled);
171 active = ctl->active_sensors;
181 if (ctl->fd < 0) {
182 ctl->fd = qemud_channel_open(SENSORS_SERVICE_NAME)
198 SensorPoll* ctl = (void*)dev; local
211 SensorPoll* ctl = (void*)dev; local
417 SensorPoll* ctl = (void*)dev; local
455 SensorPoll* ctl = (void*)dev; local
    [all...]
  /sdk/emulator/sensors/
sensors_qemu.c 138 SensorPoll* ctl = (void*)dev; local
141 if (ctl->fd < 0) {
142 ctl->fd = qemud_channel_open(SENSORS_SERVICE_NAME);
144 D("%s: fd=%d", __FUNCTION__, ctl->fd);
146 handle->data[0] = dup(ctl->fd);
155 SensorPoll* ctl = (void*)dev; local
161 _sensorIdToName(handle), handle, ctl->fd, enabled);
171 active = ctl->active_sensors;
181 if (ctl->fd < 0) {
182 ctl->fd = qemud_channel_open(SENSORS_SERVICE_NAME)
198 SensorPoll* ctl = (void*)dev; local
211 SensorPoll* ctl = (void*)dev; local
417 SensorPoll* ctl = (void*)dev; local
455 SensorPoll* ctl = (void*)dev; local
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 770 struct strbuf ctl; local
776 ctl.maxlen = 0;
777 ctl.len = sizeof (promiscon_req);
778 ctl.buf = (char *) &promiscon_req;
782 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0)
790 struct strbuf ctl; local
795 ctl.maxlen = 0;
796 ctl.len = sizeof (info_req);
797 ctl.buf = (char *) &info_req;
801 if (putmsg(fd, &ctl, (struct strbuf*) NULL, flags) < 0
809 struct strbuf data, ctl; local
836 struct strbuf ctl; local
868 struct strbuf ctl; local
891 struct strbuf ctl; local
910 struct strbuf ctl; local
942 struct strbuf ctl; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 287 * The main pool control state, ctl, is an atomic integer packing
343 private final AtomicInteger ctl = new AtomicInteger(ctlOf(RUNNING, 0)); field in class:ThreadPoolExecutor
354 // Packing and unpacking ctl
360 * Bit field accessors that don't require unpacking ctl.
377 * Attempt to CAS-increment the workerCount field of ctl.
380 return ctl.compareAndSet(expect, expect + 1);
384 * Attempt to CAS-decrement the workerCount field of ctl.
387 return ctl.compareAndSet(expect, expect - 1);
391 * Decrements the workerCount field of ctl. This is called only on
396 do {} while (! compareAndDecrementWorkerCount(ctl.get()))
    [all...]
ForkJoinPool.java 149 * variable ("ctl"). This variable is read on the order of 10-100
188 * the wait queue field of ctl stores worker indices, not worker
208 * a simple Treiber stack, headed by the "id" field of ctl, plus a
292 * contention on blockedCount alleviates some contention on ctl).
295 * the ctl stop bit and then (non-atomically) sets each workers
413 * as reads memory-acquire by first reading ctl. All readers must
480 * the lower 32 bits of queue state, u = (int)(ctl >>> 32) and e =
481 * (int)ctl. The ec field is never accessed alone, but always
492 volatile long ctl; field in class:ForkJoinPool
515 // masks and units for dealing with u = (int)(ctl >>> 32
    [all...]
  /dalvik/vm/mterp/c/
OP_INVOKE_OBJECT_INIT_RANGE.cpp 23 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {

Completed in 748 milliseconds

1 2 3 4 5 6 7 8