OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_PORT_ROLE_SINK
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp
43
getType() == AUDIO_PORT_TYPE_MIX && getRole() ==
AUDIO_PORT_ROLE_SINK
;
ConfigParsingUtils.cpp
171
if (role ==
AUDIO_PORT_ROLE_SINK
) {
181
if (role ==
AUDIO_PORT_ROLE_SINK
) {
210
role ==
AUDIO_PORT_ROLE_SINK
? "Input" : "Output");
213
role ==
AUDIO_PORT_ROLE_SINK
? "Input" : "Output",
256
status_t tmpStatus = loadHwModuleProfile(node, module,
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
DeviceDescriptor.cpp
29
audio_is_output_device(type) ?
AUDIO_PORT_ROLE_SINK
:
243
AUDIO_PORT_ROLE_SINK
: AUDIO_PORT_ROLE_SOURCE;
AudioInputDescriptor.cpp
87
dstConfig->role =
AUDIO_PORT_ROLE_SINK
;
Serializer.cpp
235
audio_port_role_t portRole = role == "source" ? AUDIO_PORT_ROLE_SOURCE :
AUDIO_PORT_ROLE_SINK
;
300
AUDIO_PORT_ROLE_SOURCE :
AUDIO_PORT_ROLE_SINK
;
305
(!audio_is_output_devices(type) && portRole ==
AUDIO_PORT_ROLE_SINK
)) {
HwModule.cpp
81
case
AUDIO_PORT_ROLE_SINK
:
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h
113
InputProfile(const String8 &name) : IOProfile(name,
AUDIO_PORT_ROLE_SINK
) {}
AudioPort.h
127
((mType == AUDIO_PORT_TYPE_MIX) && (mRole ==
AUDIO_PORT_ROLE_SINK
));
/system/media/audio/include/system/
audio.h
[
all
...]
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp
[
all
...]
/frameworks/base/core/jni/
android_media_AudioSystem.cpp
608
((type == AUDIO_PORT_TYPE_MIX) && (role ==
AUDIO_PORT_ROLE_SINK
));
[
all
...]
/frameworks/av/services/audioflinger/
Threads.cpp
[
all
...]
Completed in 51 milliseconds