/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | PolicyAudioPort.h | 52 if (asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE && in setFlags() 78 asAudioPort()->getType(), asAudioPort()->getRole()); in checkCompatibleAudioProfile() 106 (asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE) && in isDirectOutput() 113 && (((asAudioPort()->getRole() == AUDIO_PORT_ROLE_SOURCE) && in isMmap() 115 || ((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() 116 if (getRole() == AUDIO_PORT_ROLE_SINK) { in dump() 118 } else if (getRole() == AUDIO_PORT_ROLE_SOURCE) { in dump()
|
D | HwModule.cpp | 79 switch (profile->getRole()) { in addProfile()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHealthAppConfiguration.java | 89 public int getRole() { in getRole() method in BluetoothHealthAppConfiguration
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | DefaultModeManager.java | 57 public @Role int getRole() { in getRole() method in DefaultModeManager
|
D | ActiveModeWarden.java | 257 if (manager.getRole() == role) return true; in hasAnyModeManagerInRole() 267 if (rolesList.contains(manager.getRole())) return true; in hasAnyModeManagerInOneOfRoles() 302 if (ActiveModeManager.CLIENT_ROLES.contains(manager.getRole())) { in areAllClientModeManagersInScanOnlyRole() 304 if (manager.getRole() != ActiveModeManager.ROLE_CLIENT_SCAN_ONLY) return false; in areAllClientModeManagersInScanOnlyRole() 359 || getRoleForSoftApIpMode(ipMode) == softApManager.getRole()) { in stopSoftApModeManagers()
|
D | ActiveModeManager.java | 116 @Role int getRole(); in getRole() method
|
D | SarManager.java | 161 if (device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT in isVoiceCallOnEarpiece()
|
D | ClientModeManager.java | 333 public @Role int getRole() { in getRole() method in ClientModeManager
|
D | SoftApManager.java | 242 public @Role int getRole() { in getRole() method in SoftApManager
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ActiveModeWardenTest.java | 146 when(mClientModeManager.getRole()).thenReturn(ROLE_CLIENT_PRIMARY); in setUp() 148 when(mSoftApManager.getRole()).thenReturn(ROLE_SOFTAP_TETHERED); in setUp() 232 when(mClientModeManager.getRole()).thenReturn(ROLE_CLIENT_PRIMARY); in enterClientModeActiveState() 253 when(mClientModeManager.getRole()).thenReturn(ROLE_CLIENT_SCAN_ONLY); in enterScanOnlyModeActiveState() 288 when(mSoftApManager.getRole()).thenReturn(softApRole); in enterSoftApActiveMode() 482 when(mClientModeManager.getRole()).thenReturn(ROLE_CLIENT_SCAN_ONLY); in testScanOnlyModeScanHiddenNetworks() 967 when(mSoftApManager.getRole()).thenReturn(ROLE_SOFTAP_TETHERED); in testStopTetheringButNotLOHS() 978 when(lohsSoftapManager.getRole()).thenReturn(ROLE_SOFTAP_LOCAL_ONLY); in testStopTetheringButNotLOHS() 2001 verify(mClientModeManager, atLeastOnce()).getRole(); in testRestartWifiStackDoesNotExitECMMode()
|
D | ClientModeManagerTest.java | 1185 assertEquals(ActiveModeManager.ROLE_CLIENT_PRIMARY, mClientModeManager.getRole()); in clientInConnectModeChangeRoles()
|
/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/av/media/libaudiofoundation/include/media/ |
D | AudioPort.h | 44 audio_port_role_t getRole() const { return mRole; } in getRole() function
|
/frameworks/base/media/java/android/media/ |
D | AudioDeviceAttributes.java | 126 public @Role int getRole() { in getRole() method in AudioDeviceAttributes
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioPort.cpp | 114 mRole == other->getRole() && in equals()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1792 if (device.getRole() == AudioDeviceAttributes.ROLE_INPUT) { in setPreferredDeviceForStrategy()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4100 method public int getRole();
|
/frameworks/base/api/ |
D | system-current.txt | 4152 method public int getRole();
|
D | current.txt | 8958 method @Deprecated public int getRole();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6458 method public int getRole();
|