HomeSort by relevance Sort by last modified time
    Searched full:has_volume (Results 1 - 3 of 3) sorted by null

  /external/adhd/cras/src/server/
cras_alsa_mixer.c 22 * has_volume - non-zero indicates there is a volume control.
31 int has_volume; member in struct:mixer_control_element
54 * has_volume - non-zero indicates there is a volume control.
63 int has_volume; member in struct:mixer_control
158 c->has_volume = 1;
169 c->has_volume = 1;
216 if (elem->has_volume) {
217 if (!control->has_volume)
218 control->has_volume = 1;
369 if(elem->has_volume) {
    [all...]
  /external/adhd/cras/src/tests/
alsa_mixer_unittest.cc 586 mixer_output->has_volume = 0;
728 EXPECT_EQ(1, mixer_input->has_volume);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 528 int has_volume; /**< Stream has volume. If not set, then the meaning of this struct's volume member is unspecified. \since 1.0 */ member in struct:pa_sink_input_info
580 int has_volume; /**< Stream has volume. If not set, then the meaning of this struct's volume member is unspecified. \since 1.0 */ member in struct:pa_source_output_info
    [all...]

Completed in 133 milliseconds