Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/tvinput/
DJTvInputHal.cpp222 std::vector<uint8_t> addrList = in onDeviceAvailable() local
224 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() local
235 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() local
245 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 …]