OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_get_channels
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/modules/usbaudio/
audio_hw.c
108
static uint32_t
out_get_channels
(const struct audio_stream *stream)
function
264
out->stream.common.get_channels =
out_get_channels
;
282
config->channel_mask =
out_get_channels
(&out->stream.common);
/hardware/libhardware/modules/audio/
audio_hw.c
58
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function
234
out->stream.common.get_channels =
out_get_channels
;
/device/generic/goldfish/audio/
audio_hw.c
81
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function
115
out_get_channels
(stream),
403
out->stream.common.get_channels =
out_get_channels
;
/device/asus/grouper/audio/
audio_hw.c
511
static uint32_t
out_get_channels
(const struct audio_stream *stream)
function
664
if (popcount(
out_get_channels
(&stream->common)) >
1027
out->stream.common.get_channels =
out_get_channels
;
[
all
...]
/external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c
528
static uint32_t
out_get_channels
(const struct audio_stream *stream)
function
810
out->stream.common.get_channels =
out_get_channels
;
832
config->channel_mask =
out_get_channels
((const struct audio_stream *)&out->stream);
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
134
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function in namespace:android
139
//ALOGV("
out_get_channels
() returns %08x", channels);
534
out->stream.common.get_channels =
out_get_channels
;
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
143
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function
515
out->stream.common.get_channels =
out_get_channels
;
/hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp
166
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function
584
out->stream.common.get_channels =
out_get_channels
;
/device/samsung/manta/audio/
audio_hw.c
926
static audio_channel_mask_t
out_get_channels
(const struct audio_stream *stream)
function
[
all
...]
/hardware/qcom/audio/hal/
audio_hw.c
1158
static uint32_t
out_get_channels
(const struct audio_stream *stream)
function
[
all
...]
Completed in 36 milliseconds