Home
last modified time | relevance | path

Searched refs:getDeviceAddress (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayAdapter.java268 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()
DPersistentDataStore.java171 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()
DWifiDisplayController.java513 && mAdvertisedDisplay.getDeviceAddress().equals(address)) { in updateDesiredDevice()
/frameworks/av/services/audiopolicy/engine/common/include/
DProductStrategy.h80 std::string getDeviceAddress() const { return mDeviceAddress; } in getDeviceAddress() function
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp270 return at(getDefault())->getDeviceAddress(); in getDeviceAddressForProductStrategy()
272 return at(psId)->getDeviceAddress(); in getDeviceAddressForProductStrategy()
/frameworks/base/core/java/android/hardware/display/
DWifiDisplay.java81 public String getDeviceAddress() { in getDeviceAddress() method in WifiDisplay
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaDevice.java84 public String getDeviceAddress() { in getDeviceAddress() method in UsbAlsaDevice
DUsbAlsaManager.java175 if (mAlsaDevices.get(index).getDeviceAddress().equals(deviceAddress)) { in getAlsaDeviceListIndexFor()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java1067 .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()
DWifiP2pNativeTest.java519 when(mSupplicantP2pIfaceHalMock.getDeviceAddress()).thenReturn(TEST_BSSID); in testP2pGetDeviceAddress()
521 verify(mSupplicantP2pIfaceHalMock).getDeviceAddress(); in testP2pGetDeviceAddress()
/frameworks/base/media/java/android/media/
DMediaRouter.java1109 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/
DAudioPolicyEffects.h212 std::string getDeviceAddress() const { return mDeviceAddress; } in getDeviceAddress() function
DAudioPolicyEffects.cpp977 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/
DWifiP2pNative.java699 return mSupplicantP2pIfaceHal.getDeviceAddress(); in p2pGetDeviceAddress()
DSupplicantP2pIfaceHal.java1049 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/
DCastControllerImpl.java302 .append(route.getDescription()).append('@').append(route.getDeviceAddress()) in routeToString()
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java279 public String getDeviceAddress() { in getDeviceAddress() method in ScanFilter
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6602 method public java.lang.String getDeviceAddress();
/frameworks/base/services/
Dart-profile32342 PLcom/android/server/usb/UsbAlsaDevice;->getDeviceAddress()Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt9289 method @Nullable public String getDeviceAddress();