/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | PolicyAudioPort.h | 57 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()
|
D | IOProfile.h | 67 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) { in setFlags()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | IOProfile.cpp | 39 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()
|
D | HwModule.cpp | 88 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/core/java/android/bluetooth/ |
D | BluetoothHealthAppConfiguration.java | 89 public int getRole() { in getRole() method in BluetoothHealthAppConfiguration
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | ILowpanInterface.aidl | 116 @utf8InCpp String getRole(); in getRole() method
|
D | LowpanInterface.java | 496 public String getRole() { in getRole() method in LowpanInterface 498 return mBinder.getRole(); in getRole()
|
/frameworks/base/media/java/android/media/ |
D | AudioDeviceAttributes.java | 142 public @Role int getRole() { in getRole() method in AudioDeviceAttributes
|
/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 | 197 mRole == other->getRole() && in equals()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 2377 device.getRole() == AudioDeviceAttributes.ROLE_INPUT)) { in setPreferredDevicesForStrategy() 2463 device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT)) { in setPreferredDevicesForCapturePreset()
|
/frameworks/base/core/api/ |
D | system-current.txt | 5147 method public int getRole();
|
D | current.txt | 9332 method @Deprecated public int getRole();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6458 method public int getRole();
|