OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_PORT_TYPE_MIX
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp
41
getType() ==
AUDIO_PORT_TYPE_MIX
&& getRole() == AUDIO_PORT_ROLE_SOURCE;
43
getType() ==
AUDIO_PORT_TYPE_MIX
&& getRole() == AUDIO_PORT_ROLE_SINK;
AudioProfile.cpp
107
const bool isRecordThread = portType ==
AUDIO_PORT_TYPE_MIX
&& portRole == AUDIO_PORT_ROLE_SINK;
256
portType ==
AUDIO_PORT_TYPE_MIX
&& portRole == AUDIO_PORT_ROLE_SINK
AudioPort.cpp
173
if (mType !=
AUDIO_PORT_TYPE_MIX
) {
214
if (mType !=
AUDIO_PORT_TYPE_MIX
) {
313
if ((mType !=
AUDIO_PORT_TYPE_MIX
) || isDirectOutput()) {
AudioInputDescriptor.cpp
88
dstConfig->type =
AUDIO_PORT_TYPE_MIX
;
AudioOutputDescriptor.cpp
173
dstConfig->type =
AUDIO_PORT_TYPE_MIX
;
/frameworks/av/include/media/
AudioIoDescriptor.h
47
if (mPatch.sources[0].type ==
AUDIO_PORT_TYPE_MIX
) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h
127
((mType ==
AUDIO_PORT_TYPE_MIX
) && (mRole == AUDIO_PORT_ROLE_SINK));
132
return (mType ==
AUDIO_PORT_TYPE_MIX
) && (mRole == AUDIO_PORT_ROLE_SOURCE) &&
IOProfile.h
37
: AudioPort(name,
AUDIO_PORT_TYPE_MIX
, role) {}
/frameworks/av/services/audioflinger/
PatchPanel.cpp
232
if ((patch->sinks[i].type ==
AUDIO_PORT_TYPE_MIX
||
256
if (patch->sources[1].type !=
AUDIO_PORT_TYPE_MIX
||
331
if (patch->sinks[0].type ==
AUDIO_PORT_TYPE_MIX
) {
357
case
AUDIO_PORT_TYPE_MIX
: {
610
if (patch->sinks[0].type ==
AUDIO_PORT_TYPE_MIX
) {
630
case
AUDIO_PORT_TYPE_MIX
: {
Threads.cpp
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
608
((type ==
AUDIO_PORT_TYPE_MIX
) && (role == AUDIO_PORT_ROLE_SINK));
653
nAudioPortConfig->type =
AUDIO_PORT_TYPE_MIX
;
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
/system/media/audio/include/system/
audio.h
[
all
...]
Completed in 719 milliseconds