Home
last modified time | relevance | path

Searched refs:getRole (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp48 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE; in getCompatibilityScore()
50 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK; in getCompatibilityScore()
124 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE; in isCompatibleProfileForFlags()
126 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK; in isCompatibleProfileForFlags()
189 if (getRole() == AUDIO_PORT_ROLE_SOURCE) { in refreshMixerBehaviors()
236 getRole() == AUDIO_PORT_ROLE_SINK ? in dump()
238 getRole() == AUDIO_PORT_ROLE_SOURCE ? in dump()
DHwModule.cpp98 switch (profile->getRole()) { in addProfile()
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/media/
DTvAudioManager.java56 new android.media.AudioDeviceAttributes(device.getRole(), device.getType(), in setDeviceVolumeBehavior()
72 new android.media.AudioDeviceAttributes(device.getRole(), device.getType(), in getDeviceVolumeBehavior()
DAudioDeviceAttributes.java124 int getRole() { in getRole() method in AudioDeviceAttributes
/frameworks/base/media/java/android/media/
DAudioDeviceAttributes.java195 mRole = ada.getRole(); in AudioDeviceAttributes()
210 public @Role int getRole() { in getRole() method in AudioDeviceAttributes
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h75 asAudioPort()->getType(), asAudioPort()->getRole()); in checkCompatibleAudioProfile()
DIOProfile.h63 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) { in setFlags()
/frameworks/opt/tv/tvsystem/api/
Dsystem-current.txt8 method public int getRole();
/frameworks/av/media/libaudiofoundation/include/media/
DAudioPort.h48 audio_port_role_t getRole() const { return mRole; } in getRole() function
/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp227 mRole == other->getRole() && in equals()
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java514 if (device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT) { in AudioEffect()
/frameworks/base/services/core/java/com/android/server/audio/
DSpatializerHelper.java775 if (ada.getRole() != AudioDeviceAttributes.ROLE_OUTPUT) { in isAvailableForDevice()
DAudioService.java3054 device.getRole() == AudioDeviceAttributes.ROLE_INPUT)) { in setPreferredDevicesForStrategy()
3127 if (device.getRole() == AudioDeviceAttributes.ROLE_INPUT) { in setDeviceAsNonDefaultForStrategy()
3155 if (device.getRole() == AudioDeviceAttributes.ROLE_INPUT) { in removeDeviceAsNonDefaultForStrategy()
3255 device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT)) { in setPreferredDevicesForCapturePreset()
7827 && attributes.getRole() == AudioDeviceAttributes.ROLE_OUTPUT in setWiredDeviceConnectionState()
7830 attributes.getRole(), in setWiredDeviceConnectionState()
/frameworks/base/core/api/
Dsystem-current.txt6971 method public int getRole();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6458 method public int getRole();