OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixer_open
(Results
1 - 14
of
14
) sorted by null
/cts/suite/audio_quality/test/
MixerTest.cpp
40
struct mixer* mixerp =
mixer_open
(hwId);
/hardware/qcom/audio/legacy/libalsa-intf/
amix.c
59
mixer =
mixer_open
(device);
alsa_audio.h
175
struct mixer *
mixer_open
(const char *device);
alsa_mixer.c
152
struct mixer *
mixer_open
(const char *device)
function
alsa_ucm.c
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
ALSAControl.cpp
45
mHandle =
mixer_open
(device);
/external/tinyalsa/include/tinyalsa/
asoundlib.h
222
struct mixer *
mixer_open
(unsigned int card);
/external/tinyalsa/
tinymix.c
58
mixer =
mixer_open
(card);
mixer.c
91
struct mixer *
mixer_open
(unsigned int card)
function
/hardware/qcom/audio/hal/msm8974/
platform.c
270
adev->mixer =
mixer_open
(MIXER_CARD);
274
adev->mixer =
mixer_open
(MIXER_CARD);
/hardware/qcom/audio/visualizer/
offload_visualizer.c
320
mixer =
mixer_open
(MIXER_CARD);
323
mixer =
mixer_open
(MIXER_CARD);
[
all
...]
/hardware/qcom/audio/hal/msm8960/
platform.c
255
adev->mixer =
mixer_open
(MIXER_CARD);
[
all
...]
/system/media/audio_route/
audio_route.c
661
ar->mixer =
mixer_open
(card);
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
850
mixer =
mixer_open
(0);
[
all
...]
Completed in 133 milliseconds