Home
last modified time | relevance | path

Searched refs:ipAddress (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp118 EXPECT_EQ(endpointInfo.ipAddress, "10.10.10.1"); in TEST_F()
135 EXPECT_EQ(endpointInfo.ipAddress, "10.10.10.1"); in TEST_F()
142 EXPECT_EQ(endpointInfo.ipAddress, "10.10.10.2"); in TEST_F()
/hardware/interfaces/radio/aidl/vts/
Dradio_imsmedia_test.cpp49 modifyRtpConfig.remoteAddress.ipAddress = "122.22.22.33"; in TEST_P()
97 modifyRtpConfig.remoteAddress.ipAddress = "122.22.22.33"; in TEST_P()
152 modifyRtpConfig.remoteAddress.ipAddress = "122.22.22.33"; in TEST_P()
201 modifyRtpConfig.remoteAddress.ipAddress = "122.22.22.33"; in TEST_P()
256 rtpConfig.remoteAddress.ipAddress = "122.22.22.22"; in triggerOpenSession()
273 modifyRtpConfig.remoteAddress.ipAddress = "122.22.22.33"; in TEST_P()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims.media/1/android/hardware/radio/ims/media/
DRtpAddress.aidl37 String ipAddress;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims.media/2/android/hardware/radio/ims/media/
DRtpAddress.aidl38 String ipAddress;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims.media/current/android/hardware/radio/ims/media/
DRtpAddress.aidl38 String ipAddress;
/hardware/interfaces/radio/aidl/android/hardware/radio/ims/media/
DRtpAddress.aidl24 String ipAddress;
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DEndpointInfo.aidl38 String ipAddress;
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DEndpointInfo.aidl38 String ipAddress;
/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DEndpointInfo.aidl37 String ipAddress;
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h791 DemuxIpAddress ipAddress; in readIpAddress() local
793 return ipAddress; in readIpAddress()
797 ipAddress.srcPort = ipFilterConfig->getSrcPort(); in readIpAddress()
800 ipAddress.dstPort = ipFilterConfig->getDestPort(); in readIpAddress()
803 memcpy(ipAddress.srcIpAddress.v4().data(), in readIpAddress()
806 memcpy(ipAddress.srcIpAddress.v6().data(), in readIpAddress()
810 memcpy(ipAddress.dstIpAddress.v4().data(), in readIpAddress()
813 memcpy(ipAddress.dstIpAddress.v6().data(), in readIpAddress()
816 return ipAddress; in readIpAddress()
DTunerTestingConfigAidlReaderV1_0.h1106 DemuxIpAddress ipAddress; in readIpAddress() local
1109 return ipAddress; in readIpAddress()
1113 ipAddress.srcPort = ipFilterConfig->getSrcPort(); in readIpAddress()
1116 ipAddress.dstPort = ipFilterConfig->getDestPort(); in readIpAddress()
1121 ipAddress.srcIpAddress.set<DemuxIpAddressIpAddress::Tag::v4>(data); in readIpAddress()
1125 ipAddress.srcIpAddress.set<DemuxIpAddressIpAddress::Tag::v6>(data); in readIpAddress()
1130 ipAddress.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v4>(data); in readIpAddress()
1134 ipAddress.dstIpAddress.set<DemuxIpAddressIpAddress::Tag::v6>(data); in readIpAddress()
1136 return ipAddress; in readIpAddress()
/hardware/interfaces/tetheroffload/aidl/default/
DOffload.cpp223 const std::string ipAddress = isPrefix ? repr.substr(0, index) : repr; in validateIpAddressOrPrefix() local
224 const int ret = getaddrinfo(ipAddress.c_str(), nullptr, &hints, &res); in validateIpAddressOrPrefix()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp104 endpointInfo.ipAddress = ep["IpAddress"].asString(); in init()