OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_PORT_CONFIG_GAIN
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
419
if (config->config_mask &
AUDIO_PORT_CONFIG_GAIN
) {
465
if ((dstConfig->config_mask &
AUDIO_PORT_CONFIG_GAIN
) && audioport != NULL) {
467
if ((srcConfig != NULL) && (srcConfig->config_mask &
AUDIO_PORT_CONFIG_GAIN
)
475
dstConfig->config_mask |=
AUDIO_PORT_CONFIG_GAIN
;
477
dstConfig->config_mask &= ~
AUDIO_PORT_CONFIG_GAIN
;
AudioInputDescriptor.cpp
79
AUDIO_PORT_CONFIG_FORMAT|
AUDIO_PORT_CONFIG_GAIN
;
DeviceDescriptor.cpp
224
dstConfig->config_mask =
AUDIO_PORT_CONFIG_GAIN
;
AudioOutputDescriptor.cpp
165
AUDIO_PORT_CONFIG_FORMAT|
AUDIO_PORT_CONFIG_GAIN
;
/system/media/audio/include/system/
audio.h
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
699
configMask |=
AUDIO_PORT_CONFIG_GAIN
;
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
Completed in 735 milliseconds