OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_channel_masks
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/hal/
audio_hw.h
113
audio_channel_mask_t
supported_channel_masks
[MAX_SUPPORTED_CHANNEL_MASKS + 1];
member in struct:stream_out
audio_hw.c
422
out->
supported_channel_masks
[0] = AUDIO_CHANNEL_OUT_5POINT1;
426
out->
supported_channel_masks
[0] = AUDIO_CHANNEL_OUT_5POINT1;
427
out->
supported_channel_masks
[1] = AUDIO_CHANNEL_OUT_7POINT1;
[
all
...]
/device/samsung/manta/audio/
audio_hw.c
162
audio_channel_mask_t
supported_channel_masks
[MAX_SUPPORTED_CHANNEL_MASKS + 1];
member in struct:stream_out
475
out->
supported_channel_masks
[0] = AUDIO_CHANNEL_OUT_5POINT1;
477
out->
supported_channel_masks
[1] = AUDIO_CHANNEL_OUT_7POINT1;
[
all
...]
Completed in 97 milliseconds