Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp43 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SOURCE; in isCompatibleProfile()
45 getType() == AUDIO_PORT_TYPE_MIX && getRole() == AUDIO_PORT_ROLE_SINK; in isCompatibleProfile()
122 if (getRole() == AUDIO_PORT_ROLE_SINK) { in dump()
124 } else if (getRole() == AUDIO_PORT_ROLE_SOURCE) { in dump()
DHwModule.cpp78 switch (profile->getRole()) { in addProfile()
/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java73 && mRole == config.getRole() && mChannelType == config.getChannelType(); in equals()
122 public int getRole() { in getRole() method in BluetoothHealthAppConfiguration
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h55 if (getRole() == AUDIO_PORT_ROLE_SINK && (flags & AUDIO_INPUT_FLAG_MMAP_NOIRQ) != 0) { in setFlags()
DAudioPort.h48 audio_port_role_t getRole() const { return mRole; } in getRole() function
/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/opt/net/lowpan/command/java/com/android/commands/lowpan/
DLowpanCtl.java340 sb.append(" (" + iface.getRole() + ")"); in runStatus()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6458 method public int getRole();
/frameworks/base/config/
Dhiddenapi-public-dex.txt5713 Landroid/bluetooth/BluetoothHealthAppConfiguration;->getRole()I
/frameworks/base/api/
Dcurrent.txt8362 method public int getRole();