Searched refs:bss (Results 1 – 11 of 11) sorted by relevance
/system/connectivity/wificond/scanning/ |
D | scan_utils.cpp | 138 NL80211NestedAttr bss(0); in ParseScanResult() local 139 if (packet->GetAttribute(NL80211_ATTR_BSS, &bss)) { in ParseScanResult() 141 if (!bss.GetAttributeValue(NL80211_BSS_BSSID, &bssid)) { in ParseScanResult() 146 if (!bss.GetAttributeValue(NL80211_BSS_FREQUENCY, &freq)) { in ParseScanResult() 151 if (!bss.GetAttributeValue(NL80211_BSS_INFORMATION_ELEMENTS, &ie)) { in ParseScanResult() 162 if (!GetBssTimestamp(bss, &last_seen_since_boot_microseconds)) { in ParseScanResult() 167 if (!bss.GetAttributeValue(NL80211_BSS_SIGNAL_MBM, &signal)) { in ParseScanResult() 172 if (!bss.GetAttributeValue(NL80211_BSS_CAPABILITY, &capability)) { in ParseScanResult() 178 if (bss.GetAttributeValue(NL80211_BSS_STATUS, &bss_status) && in ParseScanResult() 184 ParseRadioChainInfos(bss, &radio_chain_infos); in ParseScanResult() [all …]
|
D | scan_utils.h | 158 const NL80211NestedAttr& bss, 188 bool GetBssTimestamp(const NL80211NestedAttr& bss, 191 const NL80211NestedAttr& bss,
|
/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 380 NL80211NestedAttr bss(NL80211_ATTR_BSS); in TEST_F() local 381 bss.AddAttribute( in TEST_F() 384 bss.AddAttribute( in TEST_F() 388 bss, ×tamp_microseconds)); in TEST_F() 394 NL80211NestedAttr bss(NL80211_ATTR_BSS); in TEST_F() local 395 bss.AddAttribute( in TEST_F() 399 bss, ×tamp_microseconds)); in TEST_F() 408 NL80211NestedAttr bss(NL80211_ATTR_BSS); in TEST_F() local 409 bss.AddAttribute( in TEST_F() 412 bss.AddAttribute( in TEST_F() [all …]
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 64 *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) 175 .bss : 178 *(.bss.hot .bss.hot.* .gnu.linkonce.b.hot.*) 179 *(.bss .bss.* .gnu.linkonce.b.*)
|
D | uimage_v2.lcs | 130 .bss : 132 *(.bss*)
|
/system/core/libmeminfo/tools/ |
D | showmap.cpp | 41 VmaInfo(const Vma& v, bool bss) : vma(v), is_bss(bss), count(1) {} in VmaInfo() 42 VmaInfo(const Vma& v, const std::string& name, bool bss) : vma(v), is_bss(bss), count(1) { in VmaInfo()
|
/system/core/libbacktrace/testdata/arm64/ |
D | offline_testdata | 13 map: start: 70146b7000 end: 70146bc000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 17 map: start: 701596c000 end: 701599f000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 32 map: start: 7015b77000 end: 7015b7a000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 39 map: start: 7015cab000 end: 7015cac000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 40 map: start: 7015cac000 end: 7015cad000 offset: 0 load_bias: 0 flags: 1 name: [anon:.bss] 41 map: start: 7015cad000 end: 7015cb4000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 48 map: start: 7015d3b000 end: 7015da4000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss]
|
/system/core/libbacktrace/testdata/arm/ |
D | offline_testdata | 14 map: start: e756f000 end: e75b5000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 21 map: start: e7618000 end: e761d000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 41 map: start: e7833000 end: e7834000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 42 map: start: e7834000 end: e7835000 offset: 0 load_bias: 0 flags: 1 name: [anon:.bss] 43 map: start: e7835000 end: e783b000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 48 map: start: e848b000 end: e84a1000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss] 57 map: start: e85b9000 end: e85ba000 offset: 0 load_bias: 0 flags: 3 name: [anon:.bss]
|
/system/core/libprocinfo/testdata/ |
D | maps | 34 709ca000-709cb000 rw-p 00000000 00:00 0 [anon:.bss] 40 70fad000-70fae000 rw-p 00000000 00:00 0 [anon:.bss] 46 712e4000-712e5000 rw-p 00000000 00:00 0 [anon:.bss] 52 713a3000-713a4000 rw-p 00000000 00:00 0 [anon:.bss] 58 71437000-71438000 rw-p 00000000 00:00 0 [anon:.bss] 69 716cc000-716cd000 rw-p 00000000 00:00 0 [anon:.bss] 75 72390000-72396000 rw-p 00000000 00:00 0 [anon:.bss] 81 73818000-7381a000 rw-p 00000000 00:00 0 [anon:.bss] 87 73af8000-73af9000 rw-p 00000000 00:00 0 [anon:.bss] 93 73b25000-73b26000 rw-p 00000000 00:00 0 [anon:.bss] [all …]
|
/system/core/libmeminfo/testdata1/ |
D | smaps | 1117 71279000-7127a000 rw-p 00000000 00:00 0 [anon:.bss] 1118 Name: [anon:.bss] 1238 718b6000-718b7000 rw-p 00000000 00:00 0 [anon:.bss] 1239 Name: [anon:.bss] 1459 71c12000-71c13000 rw-p 00000000 00:00 0 [anon:.bss] 1460 Name: [anon:.bss] 1580 71cd1000-71cd2000 rw-p 00000000 00:00 0 [anon:.bss] 1581 Name: [anon:.bss] 1701 71d84000-71d85000 rw-p 00000000 00:00 0 [anon:.bss] 1702 Name: [anon:.bss] [all …]
|
/system/core/libmemunreachable/ |
D | README.md | 68 …11. A list of all roots is produced from globals (.data and .bss sections of binaries), and regist…
|