Searched refs:ctl (Results 1 – 6 of 6) sorted by relevance
/device/asus/fugu/libaudio/ |
D | HDMIAudioOutput.cpp | 90 struct mixer_ctl *ctl = mixer_get_ctl_by_name(mixer, ctlName); in setChannelStatusToCompressed() local 91 if (ctl == NULL) { in setChannelStatusToCompressed() 97 err = mixer_ctl_get_array(ctl, &iec958, count); in setChannelStatusToCompressed() 109 err = mixer_ctl_set_array(ctl, &iec958, count); in setChannelStatusToCompressed()
|
/device/moto/shamu/sepolicy/ |
D | perfprofd.te | 2 # perfprofd disables mpdecision temporarily via setprop ctl.stop, 3 # then re-enables afterwards with setprop ctl.start
|
D | property_contexts | 3 ctl.mpdecision u:object_r:ctl_mpdecision:s0
|
/device/huawei/angler/sepolicy/ |
D | property_contexts | 1 ctl.ppd u:object_r:ctl_ppd_prop:s0
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.c | 695 struct mixer_ctl *ctl; in set_hdmi_channels() local 707 struct mixer_ctl *ctl; in edid_get_max_channels() local 2909 struct mixer_ctl *ctl; in out_set_volume() local 2921 ctl = mixer_get_ctl_by_name(mixer, MIXER_CTL_COMPRESS_PLAYBACK_VOLUME); in out_set_volume() 2922 if (!ctl) { in out_set_volume() 2929 mixer_ctl_set_array(ctl, offload_volume, in out_set_volume() 4439 struct mixer_ctl *ctl; in dummybuf_thread() local 4468 ctl = mixer_get_ctl_by_name(mixer, MIXER_CTL_HEADPHONE_JACK_SWITCH); in dummybuf_thread() 4469 if (ctl != NULL) in dummybuf_thread() 4470 mixer_ctl_set_value(ctl, 0, 1); in dummybuf_thread() [all …]
|
/device/google/dragon/audio/hal/ |
D | audio_hw.c | 658 struct mixer_ctl *ctl; in set_hdmi_channels() local 670 struct mixer_ctl *ctl; in edid_get_max_channels() local
|