Searched refs:getRole (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp43 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE;
45 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK;
122 if (getRole() == AUDIO_PORT_ROLE_SINK) {
124 } else if (getRole() == AUDIO_PORT_ROLE_SOURCE) {
H A DHwModule.cpp78 switch (profile->getRole()) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java73 && mRole == config.getRole() && mChannelType == config.getChannelType();
122 public int getRole() { method in class:BluetoothHealthAppConfiguration
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h55 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) {
H A DAudioPort.h48 audio_port_role_t getRole() const { return mRole; } function in class:android::AudioPort
/frameworks/base/lowpan/java/android/net/lowpan/
H A DILowpanInterface.aidl116 @utf8InCpp String getRole();
H A DLowpanInterface.java496 public String getRole() { method in class:LowpanInterface
498 return mBinder.getRole();
/frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/
H A DLowpanCtl.java340 sb.append(" (" + iface.getRole() + ")");

Completed in 98 milliseconds