Searched refs:ctl (Results 1 - 25 of 33) sorted by relevance

12

/external/tinyalsa/
H A Dtinymix.c40 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all);
83 struct mixer_ctl *ctl; local
92 printf("ctl\ttype\tnum\t%-40s value\n", "name");
94 ctl = mixer_get_ctl(mixer, i);
96 name = mixer_ctl_get_name(ctl);
97 type = mixer_ctl_get_type_string(ctl);
98 num_values = mixer_ctl_get_num_values(ctl);
104 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all) argument
110 num_enums = mixer_ctl_get_num_enums(ctl);
113 string = mixer_ctl_get_enum_string(ctl,
125 struct mixer_ctl *ctl; local
181 struct mixer_ctl *ctl; local
[all...]
H A Dmixer.c57 struct mixer_ctl *ctl; member in struct:mixer
71 if (mixer->ctl) {
73 if (mixer->ctl[n].ename) {
74 unsigned int max = mixer->ctl[n].info->value.enumerated.items;
76 free(mixer->ctl[n].ename[m]);
77 free(mixer->ctl[n].ename);
80 free(mixer->ctl);
114 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl));
116 if (!mixer->ctl || !mixer->elem_info)
138 mixer->ctl[
207 mixer_ctl_update(struct mixer_ctl *ctl) argument
212 mixer_ctl_get_name(struct mixer_ctl *ctl) argument
220 mixer_ctl_get_type(struct mixer_ctl *ctl) argument
236 mixer_ctl_get_type_string(struct mixer_ctl *ctl) argument
252 mixer_ctl_get_num_values(struct mixer_ctl *ctl) argument
284 mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id) argument
292 mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent) argument
300 mixer_ctl_get_value(struct mixer_ctl *ctl, unsigned int id) argument
334 mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count) argument
372 mixer_ctl_set_value(struct mixer_ctl *ctl, unsigned int id, int value) argument
406 mixer_ctl_set_array(struct mixer_ctl *ctl, const void *array, size_t count) argument
439 mixer_ctl_get_range_min(struct mixer_ctl *ctl) argument
447 mixer_ctl_get_range_max(struct mixer_ctl *ctl) argument
455 mixer_ctl_get_num_enums(struct mixer_ctl *ctl) argument
463 mixer_ctl_get_enum_string(struct mixer_ctl *ctl, unsigned int enum_id) argument
473 mixer_ctl_set_enum_by_string(struct mixer_ctl *ctl, const char *string) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.h49 int perftools_pthread_once(pthread_once_t *ctl,
H A Dmaybe_threads.cc104 int perftools_pthread_once(pthread_once_t *ctl,
125 return pthread_once(ctl, init_routine);
128 return pthread_once(ctl, init_routine);
130 if (memcmp(ctl, &pthread_once_init, sizeof(*ctl)) == 0) {
132 ++*(char*)(ctl); // make it so it's no longer equal to init
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmaybe_threads.h49 int perftools_pthread_once(pthread_once_t *ctl,
H A Dmaybe_threads.cc104 int perftools_pthread_once(pthread_once_t *ctl,
125 return pthread_once(ctl, init_routine);
127 if (memcmp(ctl, &pthread_once_init, sizeof(*ctl)) == 0) {
129 ++*(char*)(ctl); // make it so it's no longer equal to init
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h273 const char *mixer_ctl_get_name(struct mixer_ctl *ctl);
274 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl);
275 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl);
276 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl);
277 unsigned int mixer_ctl_get_num_enums(struct mixer_ctl *ctl);
278 const char *mixer_ctl_get_enum_string(struct mixer_ctl *ctl,
285 void mixer_ctl_update(struct mixer_ctl *ctl);
288 int mixer_ctl_get_percent(struct mixer_ctl *ctl, unsigned int id);
289 int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent);
291 int mixer_ctl_get_value(struct mixer_ctl *ctl, unsigne
[all...]
/external/libpcap/
H A Dpcap-enet.c154 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)
[all...]
H A Dpcap-dlpi.c176 static struct strbuf ctl = { variable in typeref:struct:strbuf
221 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
970 struct strbuf ctl; local
973 ctl.maxlen = 0;
974 ctl.len = len;
975 ctl.buf = ptr;
978 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
991 struct strbuf ctl; local
1001 ctl.maxlen = MAXDLBUF;
1002 ctl
1346 struct strbuf ctl, data; local
1455 struct strbuf ctl; local
[all...]
H A Dpcap-snit.c218 struct strbuf ctl, data; local
225 ctl.len = sizeof(*sa); /* XXX - what was this? */
226 ctl.buf = (char *)sa;
229 ret = putmsg(p->fd, &ctl, &data);
/external/stlport/stlport/stl/config/
H A D_cray.h60 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(__x) </opt/ctl/CC/CC/include/##__x>
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c770 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, (struc
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...]
/external/sepolicy/
H A Dproperty_contexts56 # ctl properties
57 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
58 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
59 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
60 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
61 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
62 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
63 ctl.dhcpcd_bt-pan u:object_r:ctl_dhcp_pan_prop:s0
64 ctl. u:object_r:ctl_default_prop:s0
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfind_control_test.js57 var ctl = new tracing.FindControl();
60 ctl.controller = {
76 this.addHTMLOutput(ctl);
78 ctl.querySelector('input').focus();
79 ctl.querySelector('input').blur();
81 ctl.querySelector('.find-previous').click();
83 ctl.querySelector('.find-next').click();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Daccessibility_api_handler.js320 goog.bind(function(ctl) {
325 var description = this.describe(ctl, true);
337 goog.bind(function(ctl) {
347 var description = this.describe(ctl, false);
359 goog.bind(function(ctl) {
365 this.editableTextName != ctl.name ||
366 this.lastContext != ctl.context) {
370 this.onControlFocused(ctl);
388 ctl.details.value,
389 ctl
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h24 int (*ctl)(const size_t *, size_t, void *, size_t *, member in struct:ctl_named_node_s
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h202 #define sctp_sbfree(ctl, stcb, sb, m) { \
205 if (((ctl)->do_not_ref_stcb == 0) && stcb) {\
251 #define sctp_sbfree(ctl, stcb, sb, m) { \
257 if (((ctl)->do_not_ref_stcb == 0) && stcb) { \
275 #define sctp_sbfree(ctl, stcb, sb, m) { \
278 if (((ctl)->do_not_ref_stcb == 0) && stcb) { \
H A Dsctp_indata.c393 struct sctp_queued_to_read *control, *ctl, *nctl; local
533 TAILQ_FOREACH_SAFE(ctl, &strm->inqueue, next, nctl) {
535 if (nxt_todel == ctl->sinfo_ssn) {
536 TAILQ_REMOVE(&strm->inqueue, ctl, next);
537 asoc->size_on_all_streams -= ctl->length;
540 sctp_mark_non_revokable(asoc, ctl->sinfo_tsn);
542 ctl,
1902 struct sctp_queued_to_read *ctl, *nctl; local
1911 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) {
1912 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, nex
5002 struct sctp_queued_to_read *ctl, *nctl; local
5154 struct sctp_queued_to_read *ctl, *sv; local
[all...]
H A Dsctputil.c1393 SCTP_PRINTF("Unknown it ctl flag %x\n",
5698 struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL; local
6028 ctl = TAILQ_NEXT(control, next);
6029 while (ctl) {
6030 if ((ctl->stcb != control->stcb) && (ctl->length) &&
6031 (ctl->some_taken ||
6032 (ctl->spec_flags & M_NOTIFICATION) ||
6033 ((ctl->do_not_ref_stcb == 0) &&
6034 (ctl
[all...]
H A Dsctp_pcb.c5743 /* Free the ctl entry */
5887 struct sctp_queued_to_read *ctl, *nctl; local
5890 TAILQ_FOREACH_SAFE(ctl, &asoc->strmin[i].inqueue, next, nctl) {
5891 TAILQ_REMOVE(&asoc->strmin[i].inqueue, ctl, next);
5892 sctp_free_remote_addr(ctl->whoFrom);
5893 if (ctl->data) {
5894 sctp_m_freem(ctl->data);
5895 ctl->data = NULL;
5902 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), ctl); local
7844 struct sctp_queued_to_read *ctl, *nct local
7892 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), ctl); local
[all...]
/external/qemu-pc-bios/vgabios/tests/
H A Dtestbios.c31 Bit8u ctl; member in struct:__anon30297
281 biosarea->ctl=peekb(0x40,0x87);
307 printf("ctl : %02x\n",biosarea->ctl);
/external/jemalloc/
H A DAndroid.mk62 src/ctl.c \
/external/tcpdump/
H A Dieee802_11.h327 u_int16_t ctl; member in struct:ctrl_bar_t
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h849 HReg ctl; member in struct:__anon31998::__anon31999::__anon32040
855 HReg ctl; member in struct:__anon31998::__anon31999::__anon32041
1078 extern PPCInstr* PPCInstr_AvPerm ( HReg dst, HReg srcL, HReg srcR, HReg ctl );
1079 extern PPCInstr* PPCInstr_AvSel ( HReg ctl, HReg dst, HReg srcL, HReg srcR );
/external/jemalloc/src/
H A Dctl.c787 if (node->ctl != NULL) {
840 if (node != NULL && node->ctl)
841 ret = node->ctl(mib, depth, oldp, oldlenp, newp, newlen);
843 /* The name refers to a partial path through the ctl tree. */
904 /* Call the ctl function. */
905 if (node && node->ctl)
906 ret = node->ctl(mib, miblen, oldp, oldlenp, newp, newlen);

Completed in 7809 milliseconds

12