/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | IOProfile.cpp | 48 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()
|
D | HwModule.cpp | 98 switch (profile->getRole()) { in addProfile()
|
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/media/ |
D | TvAudioManager.java | 56 new android.media.AudioDeviceAttributes(device.getRole(), device.getType(), in setDeviceVolumeBehavior() 72 new android.media.AudioDeviceAttributes(device.getRole(), device.getType(), in getDeviceVolumeBehavior()
|
D | AudioDeviceAttributes.java | 124 int getRole() { in getRole() method in AudioDeviceAttributes
|
/frameworks/base/media/java/android/media/ |
D | AudioDeviceAttributes.java | 195 mRole = ada.getRole(); in AudioDeviceAttributes() 210 public @Role int getRole() { in getRole() method in AudioDeviceAttributes
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | PolicyAudioPort.h | 75 asAudioPort()->getType(), asAudioPort()->getRole()); in checkCompatibleAudioProfile()
|
D | IOProfile.h | 63 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) { in setFlags()
|
/frameworks/opt/tv/tvsystem/api/ |
D | system-current.txt | 8 method public int getRole();
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioPort.h | 48 audio_port_role_t getRole() const { return mRole; } in getRole() function
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioPort.cpp | 227 mRole == other->getRole() && in equals()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 514 if (device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT) { in AudioEffect()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SpatializerHelper.java | 775 if (ada.getRole() != AudioDeviceAttributes.ROLE_OUTPUT) { in isAvailableForDevice()
|
D | AudioService.java | 3054 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/ |
D | system-current.txt | 6971 method public int getRole();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6458 method public int getRole();
|