/frameworks/base/services/core/java/com/android/server/display/ |
D | WifiDisplayAdapter.java | 268 if (mActiveDisplay != null && mActiveDisplay.getDeviceAddress().equals(address)) { in requestRenameLocked() 284 if (mActiveDisplay != null && mActiveDisplay.getDeviceAddress().equals(address)) { in requestForgetLocked() 315 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked() 321 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked() 343 rememberedDisplay.getDeviceAddress()); in fixRememberedDisplayNamesFromAvailableDisplaysLocked() 360 if (display.getDeviceAddress().equals(address)) { in findAvailableDisplayLocked() 389 String address = display.getDeviceAddress(); in addDisplayDeviceLocked()
|
D | PersistentDataStore.java | 171 int index = findRememberedWifiDisplay(display.getDeviceAddress()); in applyWifiDisplayAlias() 176 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(), in applyWifiDisplayAlias() 204 int index = findRememberedWifiDisplay(display.getDeviceAddress()); in rememberWifiDisplay() 232 if (mRememberedWifiDisplays.get(i).getDeviceAddress().equals(deviceAddress)) { in findRememberedWifiDisplay() 431 serializer.attribute(null, ATTR_DEVICE_ADDRESS, display.getDeviceAddress()); in saveToXml()
|
D | WifiDisplayController.java | 513 && mAdvertisedDisplay.getDeviceAddress().equals(address)) { in updateDesiredDevice()
|
/frameworks/av/services/audiopolicy/engine/common/include/ |
D | ProductStrategy.h | 80 std::string getDeviceAddress() const { return mDeviceAddress; } in getDeviceAddress() function
|
/frameworks/av/services/audiopolicy/engine/common/src/ |
D | ProductStrategy.cpp | 270 return at(getDefault())->getDeviceAddress(); in getDeviceAddressForProductStrategy() 272 return at(psId)->getDeviceAddress(); in getDeviceAddressForProductStrategy()
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 81 public String getDeviceAddress() { in getDeviceAddress() method in WifiDisplay
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaDevice.java | 84 public String getDeviceAddress() { in getDeviceAddress() method in UsbAlsaDevice
|
D | UsbAlsaManager.java | 175 if (mAlsaDevices.get(index).getDeviceAddress().equals(deviceAddress)) { in getAlsaDeviceListIndexFor()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalTest.java | 1067 .when(mISupplicantP2pIfaceMock).getDeviceAddress( in testGetDeviceAddress_success() 1071 assertNull(mDut.getDeviceAddress()); in testGetDeviceAddress_success() 1073 assertEquals(mPeerMacAddress, mDut.getDeviceAddress()); in testGetDeviceAddress_success() 1093 .when(mISupplicantP2pIfaceMock).getDeviceAddress( in testGetDeviceAddress_invalidResult() 1098 assertNull(mDut.getDeviceAddress()); in testGetDeviceAddress_invalidResult() 1113 .when(mISupplicantP2pIfaceMock).getDeviceAddress( in testGetDeviceAddress_failure() 1116 assertNull(mDut.getDeviceAddress()); in testGetDeviceAddress_failure() 1127 doThrow(mRemoteException).when(mISupplicantP2pIfaceMock).getDeviceAddress( in testGetDeviceAddress_exception() 1130 assertNull(mDut.getDeviceAddress()); in testGetDeviceAddress_exception()
|
D | WifiP2pNativeTest.java | 519 when(mSupplicantP2pIfaceHalMock.getDeviceAddress()).thenReturn(TEST_BSSID); in testP2pGetDeviceAddress() 521 verify(mSupplicantP2pIfaceHalMock).getDeviceAddress(); in testP2pGetDeviceAddress()
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 1109 return display.getDeviceAddress().equals(info.mDeviceAddress); in matchesDeviceAddress() 1463 activeDisplay.getDeviceAddress() : null; in updateWifiDisplayStatus() 1474 String address = d.getDeviceAddress(); in updateWifiDisplayStatus() 1540 newRoute.mDeviceAddress = display.getDeviceAddress(); in makeWifiDisplayRoute() 1585 if (d.getDeviceAddress().equals(deviceAddress)) { in findWifiDisplay() 1596 if (d.getDeviceAddress().equals(info.mDeviceAddress)) { in findWifiDisplayRoute() 2112 public String getDeviceAddress() { in getDeviceAddress() method in MediaRouter.RouteInfo
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyEffects.h | 212 std::string getDeviceAddress() const { return mDeviceAddress; } in getDeviceAddress() function
|
D | AudioPolicyEffects.cpp | 977 deviceEffects->getDeviceAddress()}); in initDefaultDeviceEffects() 982 deviceEffects->getDeviceAddress().c_str()); in initDefaultDeviceEffects() 989 deviceEffects->getDeviceAddress().c_str()); in initDefaultDeviceEffects()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 699 return mSupplicantP2pIfaceHal.getDeviceAddress(); in p2pGetDeviceAddress()
|
D | SupplicantP2pIfaceHal.java | 1049 public String getDeviceAddress() { in getDeviceAddress() method in SupplicantP2pIfaceHal 1054 mISupplicantP2pIface.getDeviceAddress((SupplicantStatus status, byte[] address) -> { in getDeviceAddress()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastControllerImpl.java | 302 .append(route.getDescription()).append('@').append(route.getDeviceAddress()) in routeToString()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanFilter.java | 279 public String getDeviceAddress() { in getDeviceAddress() method in ScanFilter
|
/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 | 6602 method public java.lang.String getDeviceAddress();
|
/frameworks/base/services/ |
D | art-profile | 32342 PLcom/android/server/usb/UsbAlsaDevice;->getDeviceAddress()Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 9289 method @Nullable public String getDeviceAddress();
|