HomeSort by relevance Sort by last modified time
    Searched refs:cras_system_get_capture_gain (Results 1 - 8 of 8) sorted by null

  /external/adhd/cras/src/tests/
system_state_unittest.cc 77 EXPECT_EQ(2000, cras_system_get_capture_gain());
108 EXPECT_EQ(0, cras_system_get_capture_gain());
110 EXPECT_EQ(3000, cras_system_get_capture_gain());
113 EXPECT_EQ(-5000, cras_system_get_capture_gain());
123 EXPECT_EQ(2000, cras_system_get_capture_gain());
129 EXPECT_EQ(3000, cras_system_get_capture_gain());
141 EXPECT_EQ(2000, cras_system_get_capture_gain());
iodev_unittest.cc 2186 long cras_system_get_capture_gain() { function
    [all...]
alsa_io_unittest.cc 2299 long cras_system_get_capture_gain() function
    [all...]
  /external/adhd/cras/src/server/
cras_system_state.h 49 long cras_system_get_capture_gain();
cras_system_state.c 182 long cras_system_get_capture_gain() function
cras_dbus_control.c 393 capture_gain = cras_system_get_capture_gain();
    [all...]
cras_iodev.c 729 iodev, cras_system_get_capture_gain());
    [all...]
cras_alsa_io.c 748 iodev, cras_system_get_capture_gain());
    [all...]

Completed in 146 milliseconds