HomeSort by relevance Sort by last modified time
    Searched refs:ctl (Results 26 - 50 of 169) sorted by null

12 3 4 5 6 7

  /system/sepolicy/
property_contexts 78 # ctl properties
79 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
80 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
81 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
82 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
83 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
84 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
85 ctl.console u:object_r:ctl_console_prop:s0
86 ctl. u:object_r:ctl_default_prop:s0
  /external/libpcap/
pcap-dlpi.c 171 static struct strbuf ctl = { variable in typeref:struct:strbuf
216 if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
1009 struct strbuf ctl; local
1012 ctl.maxlen = 0;
1013 ctl.len = len;
1014 ctl.buf = ptr;
1017 if (putmsg(fd, &ctl, (struct strbuf *) NULL, flags) < 0) {
1030 struct strbuf ctl; local
1040 ctl.maxlen = MAXDLBUF;
1041 ctl.len = 0
1385 struct strbuf ctl, data; local
1494 struct strbuf ctl; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
sockopt_plan9.go 9 _, e := fd.ctl.WriteAt([]byte("keepalive"), 0)
tcpsockopt_plan9.go 17 _, e := fd.ctl.WriteAt([]byte(cmd), 0)
  /prebuilts/go/linux-x86/src/net/
sockopt_plan9.go 9 _, e := fd.ctl.WriteAt([]byte("keepalive"), 0)
tcpsockopt_plan9.go 17 _, e := fd.ctl.WriteAt([]byte(cmd), 0)
  /hardware/qcom/audio/post_proc/
equalizer.c 109 if (context->ctl)
110 offload_eq_send_params(context->ctl, &context->offload_eq,
166 if(context->ctl)
167 offload_eq_send_params(context->ctl, &context->offload_eq,
463 if (eq_ctxt->ctl)
464 offload_eq_send_params(eq_ctxt->ctl, &eq_ctxt->offload_eq,
478 if (eq_ctxt->ctl)
479 offload_eq_send_params(eq_ctxt->ctl, &eq_ctxt->offload_eq,
489 ALOGV("%s: %p", __func__, output->ctl);
490 eq_ctxt->ctl = output->ctl
    [all...]
bass_boost.h 30 struct mixer_ctl *ctl; member in struct:bassboost_context_s
equalizer.h 35 struct mixer_ctl *ctl; member in struct:equalizer_context_s
virtualizer.h 30 struct mixer_ctl *ctl; member in struct:virtualizer_context_s
  /development/ndk/platforms/android-3/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 67 uint8 ctl; /* always 0x03 */ member in struct:dot3_mac_llc_snapvlan_header
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
socket.h 63 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))
72 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? (struct cmsghdr *)(ctl) : (struct cmsghdr *)NULL)

Completed in 1327 milliseconds

12 3 4 5 6 7