Searched refs:ctl (Results 1 – 7 of 7) sorted by relevance
/system/media/audio_route/ |
D | audio_route.c | 43 struct mixer_ctl *ctl; member 123 return ar->mixer_state[ctl_index].ctl; in index_to_ctl() 134 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index); 136 ALOGE(" id=%d: ctl=%s", i, mixer_ctl_get_name(ctl)); 137 if (mixer_ctl_get_type(ctl) == MIXER_CTL_TYPE_BYTE) { 140 } else if (mixer_ctl_get_type(ctl) == MIXER_CTL_TYPE_ENUM) { 262 struct mixer_ctl *ctl = index_to_ctl(ar, setting->ctl_index); in path_add_setting() local 265 mixer_ctl_get_name(ctl), path->name); in path_add_setting() 298 struct mixer_ctl *ctl; in path_add_value() local 301 ctl = index_to_ctl(ar, mixer_value->ctl_index); in path_add_value() [all …]
|
/system/sepolicy/private/ |
D | property_contexts | 88 # 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
|
D | system_app.te | 43 # ctl interface
|
D | system_server.te | 448 # ctl interface
|
/system/core/libusbhost/ |
D | usbhost.c | 558 struct usbdevfs_ioctl ctl; in usb_device_connect_kernel_driver() local 560 ctl.ifno = interface; in usb_device_connect_kernel_driver() 561 ctl.ioctl_code = (connect ? USBDEVFS_CONNECT : USBDEVFS_DISCONNECT); in usb_device_connect_kernel_driver() 562 ctl.data = NULL; in usb_device_connect_kernel_driver() 563 return ioctl(device->fd, USBDEVFS_IOCTL, &ctl); in usb_device_connect_kernel_driver() 574 struct usbdevfs_setinterface ctl; in usb_device_set_interface() local 576 ctl.interface = interface; in usb_device_set_interface() 577 ctl.altsetting = alt_setting; in usb_device_set_interface() 578 return ioctl(device->fd, USBDEVFS_SETINTERFACE, &ctl); in usb_device_set_interface()
|
/system/sepolicy/public/ |
D | radio.te | 24 # ctl interface
|
D | recovery.te | 107 # Start/stop adbd via ctl.start adbd
|