OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_PORT_CONFIG_CHANNEL_MASK
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
413
if (config->config_mask &
AUDIO_PORT_CONFIG_CHANNEL_MASK
) {
448
if (dstConfig->config_mask &
AUDIO_PORT_CONFIG_CHANNEL_MASK
) {
450
if ((srcConfig != NULL) && (srcConfig->config_mask &
AUDIO_PORT_CONFIG_CHANNEL_MASK
)) {
AudioInputDescriptor.cpp
78
dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|
AUDIO_PORT_CONFIG_CHANNEL_MASK
|
DeviceDescriptor.cpp
229
dstConfig->config_mask |=
AUDIO_PORT_CONFIG_CHANNEL_MASK
;
AudioOutputDescriptor.cpp
164
dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|
AUDIO_PORT_CONFIG_CHANNEL_MASK
|
/system/media/audio/include/system/
audio.h
[
all
...]
/frameworks/av/services/audioflinger/
PatchPanel.cpp
301
if (patch->sources[0].config_mask &
AUDIO_PORT_CONFIG_CHANNEL_MASK
) {
Threads.cpp
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
683
configMask |=
AUDIO_PORT_CONFIG_CHANNEL_MASK
;
[
all
...]
Completed in 63 milliseconds