/hardware/interfaces/audio/common/all-versions/default/tests/ |
D | hidlutils6_tests.cpp | 41 return lhs.address.ipv4 == rhs.address.ipv4; in operator ==() 83 DeviceAddress ipv4; in TEST() local 84 ipv4.device = AudioDevice::OUT_IP; in TEST() 85 ipv4.address.ipv4 = std::array<uint8_t, 4>{1, 2, 3, 4}; in TEST() 86 ConvertDeviceAddress(ipv4); in TEST()
|
D | hidlutils_tests.cpp | 504 DeviceAddress ipv4; in TEST() local 505 ipv4.deviceType = toString(xsd::AudioDevice::AUDIO_DEVICE_OUT_IP); in TEST() 506 ipv4.address.ipv4(std::array<uint8_t, 4>{1, 2, 3, 4}); in TEST() 507 ConvertDeviceAddress(ipv4); in TEST()
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.h | 212 device.address.ipv4[0], device.address.ipv4[1], device.address.ipv4[2], in deviceAddressToHalImpl() 213 device.address.ipv4[3]); in deviceAddressToHalImpl() 249 int status = sscanf(halDeviceAddress, "%hhu.%hhu.%hhu.%hhu", &device->address.ipv4[0], in deviceAddressFromHalImpl() 250 &device->address.ipv4[1], &device->address.ipv4[2], in deviceAddressFromHalImpl() 251 &device->address.ipv4[3]); in deviceAddressFromHalImpl()
|
/hardware/google/aemu/base/include/aemu/base/testing/ |
D | TestDnsResolver.h | 65 void addEntryIpv4(std::string_view server_name, uint32_t ipv4) { in addEntryIpv4() argument 66 AddressList list = {IpAddress(ipv4)}; in addEntryIpv4()
|
/hardware/interfaces/audio/common/all-versions/default/7.0/ |
D | HidlUtils.cpp | 1080 device->address.ipv4({}); in audioUsageFromHal() 1082 auto& ipv4 = device->address.ipv4(); in audioUsageFromHal() local 1083 int status = sscanf(halDeviceAddress, "%hhu.%hhu.%hhu.%hhu", &ipv4[0], &ipv4[1], in audioUsageFromHal() 1084 &ipv4[2], &ipv4[3]); in audioUsageFromHal() 1131 if (device.address.getDiscriminator() == DeviceAddress::Address::hidl_discriminator::ipv4) { in audioUsageFromHal() 1132 const auto& ipv4 = device.address.ipv4(); in audioUsageFromHal() local 1133 snprintf(halDeviceAddress, AUDIO_DEVICE_MAX_ADDRESS_LEN, "%d.%d.%d.%d", ipv4[0], in audioUsageFromHal() 1134 ipv4[1], ipv4[2], ipv4[3]); in audioUsageFromHal()
|
/hardware/google/aemu/base/include/aemu/base/network/ |
D | IpAddress.h | 103 uint32_t ipv4() const { return mIpv4; } in ipv4() function
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : in BITSubscriber() 306 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 977 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 978 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 1021 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 1023 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : in BITSubscriber() 306 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 998 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 999 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 1042 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 1044 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : in BITSubscriber() 306 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 975 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 976 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 1019 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 1021 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : in BITSubscriber() 306 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 978 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 979 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 1022 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 1024 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 304 unsigned int ipv4, char* ipv6) : in BITSubscriber() 305 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 907 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 908 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 951 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 953 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : in BITSubscriber() 306 Subscriber(ipv4, stateMachine) in BITSubscriber()
|
D | loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
D | loc_eng.cpp | 976 int ipv4, char* ipv6, bool isReq) : in LocEngReqRelBIT() argument 977 LocMsg(), mLocEng(locEng), mType(type), mIPv4Addr(ipv4), in LocEngReqRelBIT() 1020 unsigned int ipv4, char* ipv6) : in LocEngReleaseBIT() 1022 mSubscriber(stateMachine, ipv4, ipv6) in LocEngReleaseBIT()
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 66 uint8_t[4] ipv4; // used for IP
|