Searched refs:addrList (Results 1 – 1 of 1) sorted by relevance
222 std::vector<uint8_t> addrList = in onDeviceAvailable() local224 for (int i = 0; i < addrList.size(); i++) { in onDeviceAvailable()229 << static_cast<int32_t>(addrList[i]); in onDeviceAvailable()233 std::vector<uint8_t> addrList = in onDeviceAvailable() local235 for (int i = 0; i < addrList.size(); i++) { in onDeviceAvailable()239 ss << static_cast<int32_t>(addrList[i]); in onDeviceAvailable()243 std::vector<int32_t> addrList = in onDeviceAvailable() local245 for (int i = 0; i < addrList.size(); i++) { in onDeviceAvailable()250 << addrList[i]; in onDeviceAvailable()254 std::vector<int32_t> addrList = in onDeviceAvailable() local[all …]