OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_channels
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
audio.h
100
uint32_t (*
get_channels
)(const struct audio_stream *stream);
member in struct:audio_stream
232
return popcount(s->
get_channels
(s)) * chan_samp_sz;
/hardware/libhardware/modules/audio/
audio_hw.c
226
out->stream.common.
get_channels
= out_get_channels;
320
in->stream.common.
get_channels
= in_get_channels;
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
417
out->stream.common.
get_channels
= out_get_channels;
477
in->stream.common.
get_channels
= in_get_channels;
/external/bluetooth/bluez/audio/
android_audio_hw.c
445
out->stream.common.
get_channels
= out_get_channels;
/device/samsung/tuna/audio/
audio_hw.c
[
all
...]
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 21 milliseconds