Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h57 if (asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE && in setFlags()
83 asAudioPort()->getType(), asAudioPort()->getRole()); in checkCompatibleAudioProfile()
111 (asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE) && in isDirectOutput()
118 && (((asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE) && in isMmap()
120 || ((asAudioPort()->getRole() == AUDIO_PORT_ROLE_SINK) && in isMmap()
DIOProfile.h67 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) { in setFlags()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp39 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE; in isCompatibleProfile()
41 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK; in isCompatibleProfile()
127 getRole() == AUDIO_PORT_ROLE_SINK ? in dump()
129 getRole() == AUDIO_PORT_ROLE_SOURCE ? in dump()
DHwModule.cpp88 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/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java89 public int getRole() { in getRole() method in BluetoothHealthAppConfiguration
/frameworks/base/lowpan/java/android/net/lowpan/
DILowpanInterface.aidl116 @utf8InCpp String getRole(); in getRole() method
DLowpanInterface.java496 public String getRole() { in getRole() method in LowpanInterface
498 return mBinder.getRole(); in getRole()
/frameworks/base/media/java/android/media/
DAudioDeviceAttributes.java142 public @Role int getRole() { in getRole() method in AudioDeviceAttributes
/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.cpp197 mRole == other->getRole() && in equals()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2377 device.getRole() == AudioDeviceAttributes.ROLE_INPUT)) { in setPreferredDevicesForStrategy()
2463 device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT)) { in setPreferredDevicesForCapturePreset()
/frameworks/base/core/api/
Dsystem-current.txt5147 method public int getRole();
Dcurrent.txt9332 method @Deprecated public int getRole();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6458 method public int getRole();