HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_PORT_ROLE_SINK (Results 1 - 15 of 15) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 55 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) {
161 explicit InputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {}
AudioPort.h 123 ((mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SINK));
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 45 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK;
122 if (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;
255 portType == AUDIO_PORT_TYPE_MIX && portRole == AUDIO_PORT_ROLE_SINK
DeviceDescriptor.cpp 30 audio_is_output_device(type) ? AUDIO_PORT_ROLE_SINK :
241 AUDIO_PORT_ROLE_SINK : AUDIO_PORT_ROLE_SOURCE;
AudioInputDescriptor.cpp 82 dstConfig->role = AUDIO_PORT_ROLE_SINK;
HwModule.cpp 81 case AUDIO_PORT_ROLE_SINK:
Serializer.cpp 238 audio_port_role_t portRole = role == "source" ? AUDIO_PORT_ROLE_SOURCE : AUDIO_PORT_ROLE_SINK;
311 AUDIO_PORT_ROLE_SOURCE : AUDIO_PORT_ROLE_SINK;
316 (!audio_is_output_devices(type) && portRole == AUDIO_PORT_ROLE_SINK)) {
  /frameworks/av/services/audiopolicy/tests/
audiopolicymanager_tests.cpp 153 patch.sources[0].role = AUDIO_PORT_ROLE_SINK;
155 patch.sinks[0].role = AUDIO_PORT_ROLE_SINK;
187 sink.role = AUDIO_PORT_ROLE_SINK;
  /system/media/audio/include/system/
audio-base.h 424 AUDIO_PORT_ROLE_SINK = 2, // (::android::hardware::audio::common::V4_0::AudioPortRole.SOURCE implicitly + 1)
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.impl.h 178 } else if (halConfig.role == AUDIO_PORT_ROLE_SINK) {
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 638 ((type == AUDIO_PORT_TYPE_MIX) && (role == AUDIO_PORT_ROLE_SINK));
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 368 milliseconds