Home
last modified time | relevance | path

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

12

/system/media/audio_route/
Daudio_route.c43 struct mixer_ctl *ctl; member
124 return ar->mixer_state[ctl_index].ctl; in index_to_ctl()
135 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index);
137 ALOGE(" id=%d: ctl=%s", i, mixer_ctl_get_name(ctl));
138 if (mixer_ctl_get_type(ctl) == MIXER_CTL_TYPE_BYTE) {
141 } else if (mixer_ctl_get_type(ctl) == MIXER_CTL_TYPE_ENUM) {
269 struct mixer_ctl *ctl = index_to_ctl(ar, setting->ctl_index); in path_add_setting() local
272 mixer_ctl_get_name(ctl), path->name); in path_add_setting()
305 struct mixer_ctl *ctl; in path_add_value() local
308 ctl = index_to_ctl(ar, mixer_value->ctl_index); in path_add_value()
[all …]
/system/sepolicy/prebuilts/api/28.0/private/
Dproperty_contexts96 # ctl properties
97 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
98 ctl.android.hardware.dumpstate u:object_r:ctl_dumpstate_prop:s0
99 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
100 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
101 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
102 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
103 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
104 ctl.console u:object_r:ctl_console_prop:s0
105 ctl. u:object_r:ctl_default_prop:s0
[all …]
Dsystem_app.te52 # ctl interface
/system/sepolicy/prebuilts/api/29.0/private/
Dproperty_contexts108 # ctl properties
109 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
110 ctl.android.hardware.dumpstate u:object_r:ctl_dumpstate_prop:s0
111 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
112 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
113 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
114 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
115 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
116 ctl.console u:object_r:ctl_console_prop:s0
117 ctl. u:object_r:ctl_default_prop:s0
[all …]
Dsystem_app.te61 # ctl interface
/system/sepolicy/private/
Dproperty_contexts108 # ctl properties
109 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
110 ctl.android.hardware.dumpstate u:object_r:ctl_dumpstate_prop:s0
111 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
112 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
113 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
114 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
115 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
116 ctl.console u:object_r:ctl_console_prop:s0
117 ctl. u:object_r:ctl_default_prop:s0
[all …]
Dsystem_app.te61 # ctl interface
/system/sepolicy/prebuilts/api/26.0/private/
Dproperty_contexts88 # ctl properties
89 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
90 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
91 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
92 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
93 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
94 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
95 ctl.console u:object_r:ctl_console_prop:s0
96 ctl. u:object_r:ctl_default_prop:s0
Dsystem_app.te43 # ctl interface
/system/sepolicy/prebuilts/api/27.0/private/
Dproperty_contexts89 # ctl properties
90 ctl.bootanim u:object_r:ctl_bootanim_prop:s0
91 ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
92 ctl.fuse_ u:object_r:ctl_fuse_prop:s0
93 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
94 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
95 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
96 ctl.console u:object_r:ctl_console_prop:s0
97 ctl. u:object_r:ctl_default_prop:s0
Dsystem_app.te46 # ctl interface
/system/sepolicy/public/
Dusbd.te4 # Start/stop adbd via ctl.start adbd
Dradio.te26 # ctl interface
Dproperty.te176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
/system/sepolicy/prebuilts/api/29.0/public/
Dusbd.te4 # Start/stop adbd via ctl.start adbd
Dradio.te26 # ctl interface
Dproperty.te176 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear
/system/core/libusbhost/
Dusbhost.c617 struct usbdevfs_ioctl ctl; in usb_device_connect_kernel_driver() local
619 ctl.ifno = interface; in usb_device_connect_kernel_driver()
620 ctl.ioctl_code = (connect ? USBDEVFS_CONNECT : USBDEVFS_DISCONNECT); in usb_device_connect_kernel_driver()
621 ctl.data = NULL; in usb_device_connect_kernel_driver()
622 return ioctl(device->fd, USBDEVFS_IOCTL, &ctl); in usb_device_connect_kernel_driver()
633 struct usbdevfs_setinterface ctl; in usb_device_set_interface() local
635 ctl.interface = interface; in usb_device_set_interface()
636 ctl.altsetting = alt_setting; in usb_device_set_interface()
637 return ioctl(device->fd, USBDEVFS_SETINTERFACE, &ctl); in usb_device_set_interface()
/system/sepolicy/prebuilts/api/27.0/public/
Dradio.te24 # ctl interface
Drecovery.te112 # Start/stop adbd via ctl.start adbd
/system/sepolicy/prebuilts/api/26.0/public/
Dradio.te24 # ctl interface
Drecovery.te107 # Start/stop adbd via ctl.start adbd
/system/sepolicy/prebuilts/api/28.0/public/
Dradio.te27 # ctl interface
Drecovery.te110 # Start/stop adbd via ctl.start adbd
Dproperty.te142 # Don't audit legacy ctl. property handling. We only want the newer permission check to appear

12