Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dtcp_params_update.cpp98 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_MAX + 1]; in handleEvent() local
100 nla_parse(tb, QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_MAX, in handleEvent()
103 if (!tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_DIRECTION] || in handleEvent()
104 !tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_THROUGHPUT_LEVEL]) { in handleEvent()
108 tpDirection = nla_get_u8(tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_DIRECTION]); in handleEvent()
109 tpLevel = nla_get_u8(tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_THROUGHPUT_LEVEL]); in handleEvent()
111 if (tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_LIMIT_OUTPUT_BYTES]) { in handleEvent()
112 tcpLimitOutputBytes = nla_get_u32(tb[ in handleEvent()
117 if (tb[QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_ADV_WIN_SCALE]) { in handleEvent()
118 tcpAdvWinScale = *(s8 *)nla_data(tb[ in handleEvent()
[all …]
Difaceeventhandler.cpp115 if(tb[NL80211_ATTR_REG_ALPHA2]) in handleEvent()
117 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2); in handleEvent()
185 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
274 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX + 1]; in handle_response_usable_channels() local
280 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX, in handle_response_usable_channels()
286 if (!tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO]) { in handle_response_usable_channels()
292 tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO], rem) { in handle_response_usable_channels()
720 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_MAX + 1]; in wifiParseRadarHistory() local
740 if (nla_parse_nested(tb, QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_MAX, in wifiParseRadarHistory()
745 if (!tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_FREQ]) { in wifiParseRadarHistory()
[all …]
Dcpp_bindings.cpp765 struct nlattr **tb = reply.attributes(); in handleResponse() local
769 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
770 mVendorData = (char *)nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
771 mDataLen = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
781 struct nlattr **tb = event.attributes(); in handleEvent() local
786 if (!tb[NL80211_ATTR_VENDOR_ID] || in handleEvent()
787 !tb[NL80211_ATTR_VENDOR_SUBCMD]) in handleEvent()
790 mVendor_id = nla_get_u32(tb[NL80211_ATTR_VENDOR_ID]); in handleEvent()
791 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
796 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleEvent()
[all …]
Dwifihal_vendor.cpp274 struct nlattr *tb; in GetPktInfo() local
281 for (tb = (struct nlattr *) nla_data(tbvendor[QCA_ATTR_NUD_STATS_DATA_PKT_STATS]), in GetPktInfo()
283 nla_ok(tb, rem); tb = nla_next(tb, &(rem))) in GetPktInfo()
287 (struct nlattr *) nla_data(tb), nla_len(tb), NULL); in GetPktInfo()
Difaceeventhandler.h60 struct nlattr *tb[NL80211_ATTR_MAX + 1]; variable
Dwifi_hal.cpp2332 struct nlattr **tb = reply.attributes(); in handleResponse() local
2336 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
2344 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
3287 struct nlattr **tb = reply.attributes(); in handleResponse() local
3289 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
3293 for_each_attr(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c1367 struct nlattr *tb[NL80211_ATTR_MAX_INTERNAL + 1]; in get_sta_info_legacy_handler() local
1385 nla_parse(tb, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(msg_hdr, 0), in get_sta_info_legacy_handler()
1388 if (!tb[NL80211_ATTR_VENDOR_DATA]) { in get_sta_info_legacy_handler()
1393 vendor_data = nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in get_sta_info_legacy_handler()
1394 vendor_len = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in get_sta_info_legacy_handler()
1569 struct nlattr *tb[NL80211_ATTR_MAX_INTERNAL + 1]; in get_sta_info_handler() local
1582 nla_parse(tb, NL80211_ATTR_MAX_INTERNAL, genlmsg_attrdata(msg_hdr, 0), in get_sta_info_handler()
1585 if (!tb[NL80211_ATTR_VENDOR_DATA]) { in get_sta_info_handler()
1590 vendor_data = nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in get_sta_info_handler()
1591 vendor_len = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in get_sta_info_handler()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.cpp759 struct nlattr **tb = reply.attributes(); in handleResponse() local
763 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
764 mVendorData = (char *)nla_data(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
765 mDataLen = nla_len(tb[NL80211_ATTR_VENDOR_DATA]); in handleResponse()
775 struct nlattr **tb = event.attributes(); in handleEvent() local
780 if (!tb[NL80211_ATTR_VENDOR_ID] || in handleEvent()
781 !tb[NL80211_ATTR_VENDOR_SUBCMD]) in handleEvent()
784 mVendor_id = nla_get_u32(tb[NL80211_ATTR_VENDOR_ID]); in handleEvent()
785 mSubcmd = nla_get_u32(tb[NL80211_ATTR_VENDOR_SUBCMD]); in handleEvent()
790 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleEvent()
[all …]
Difaceeventhandler.cpp114 if(tb[NL80211_ATTR_REG_ALPHA2]) in handleEvent()
116 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2); in handleEvent()
184 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
272 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX + 1]; in handle_response_usable_channels() local
278 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX, in handle_response_usable_channels()
284 if (!tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO]) { in handle_response_usable_channels()
290 tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO], rem) { in handle_response_usable_channels()
Difaceeventhandler.h56 struct nlattr *tb[NL80211_ATTR_MAX + 1]; variable
Dwifi_hal.cpp2235 struct nlattr **tb = reply.attributes(); in handleResponse() local
2239 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
2247 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
3169 struct nlattr **tb = reply.attributes(); in handleResponse() local
3171 if (tb[NL80211_ATTR_VENDOR_DATA]) { in handleResponse()
3175 for_each_attr(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) { in handleResponse()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp544 TableBuilder tb; in dump() local
545 dumpChannel(tb, channelId); in dump()
546 result.append(tb.build().c_str()); in dump()
1306 void HistogramDevice::dumpChannel(TableBuilder& tb, const uint8_t channelId) const { in dumpChannel() argument
1320 tb.add("ID", (int)channelId); in dumpChannel()
1321 tb.add("status", toString(channel.mStatus)); in dumpChannel()
1322 tb.add("configInfo", configInfo.get()); in dumpChannel()
1326 tb.add("blobId", String8::format("%u (Get failed)", blobId)); in dumpChannel()
1328 tb.add("blobId", "N/A"); in dumpChannel()
1329 tb.add("workingRoi", "N/A"); in dumpChannel()
[all …]
DExynosLayer.cpp1049 TableBuilder tb; in dump() local
1050 tb.add("zOrder", mZOrder) in dump()
1053 tb.add("color", std::vector<uint64_t>({mColor.r, mColor.g, mColor.b, mColor.a}), true); in dump()
1055 tb.add("handle", mLayerBuffer) in dump()
1059 tb.add("format", getFormatStr(format, mCompressionInfo.type).c_str()) in dump()
1065 result.append(tb.build().c_str()); in dump()
DHistogramDevice.h800 void dumpChannel(TableBuilder& tb, const uint8_t channelId) const REQUIRES(mHistogramMutex)
/hardware/qcom/wlan/wcn6740/cld80211-lib/
Dcld80211_lib.c210 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in family_handler() local
215 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in family_handler()
217 if (!tb[CTRL_ATTR_MCAST_GROUPS]) in family_handler()
220 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler()
/hardware/qcom/wlan/legacy/cld80211-lib/
Dcld80211_lib.c199 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in family_handler() local
204 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in family_handler()
206 if (!tb[CTRL_ATTR_MCAST_GROUPS]) in family_handler()
209 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler()
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp115 struct nlattr *tb[CTRL_ATTR_MAX + 1]; in nlFamilyHandle() local
120 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), genlmsg_attrlen(gnlh, 0), NULL); in nlFamilyHandle()
122 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in nlFamilyHandle()
127 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], rem_mcgrp) { in nlFamilyHandle()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Drb_tree_test.cpp67 struct rb_test_node *tb = rb_node_data(struct rb_test_node, b, node); in rb_test_node_cmp() local
69 return tb->key - ta->key; in rb_test_node_cmp()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp931 struct nlattr **tb = reply.attributes(); in handleResponse() local
935 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
942 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_hal.cpp891 struct nlattr **tb = reply.attributes(); in handleResponse() local
895 if (!tb[CTRL_ATTR_MCAST_GROUPS]) { in handleResponse()
902 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse()
/hardware/qcom/sm8150p/gps/utils/
Dgps_extended_c.h1830 uint8_t tb; member
/hardware/qcom/sm7150/gps/utils/
Dgps_extended_c.h1862 uint8_t tb; member
/hardware/qcom/sm7250/gps/utils/
Dgps_extended_c.h1935 uint8_t tb; member
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h1935 uint8_t tb; member
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es1656 L2l���NDp�����`���\tb'[�"/�D��.�
1700 …��[K�@f��y�.�r���l٣�ڗ����o�EZ ƑK��ь�b�ޙu="D��\M�`�<t���A�=�H�j�Sk4=tb'�e���4������������…
1703 �'��8 �tb�)�dxh���
1775 ��Q��Z-������Gu����_M6���p�Ƃ�}�X7�|@"�����tb�A���
2720 …����K��9Q������*/~8 �p��Wh��� ��^q���M�/��g������$��p���I�Qj�� ���P@�C�'�*��tb�L��J.�
3093 …��J�p�oE~ ��,���O������"� =�v�B�� �'3� ��(��M=���r~ (c��c`,�b�|tb������2_ K;�1k�S>…
3255 …?߂rJ�ꨳuȬ���-��q���$Y蕺�~6�����������C��Q�n�;�%�H�U� �y���@�K͆ >(�u�~����u�yW�tb:m�S�����
4222 …�ݤ�F�� ����%���T��1�.����������KL�q���q�a/�+��� ����A���R_���e��tb�j��=)��Z������ 
4637 …zx�h��ZI��?�����T2(�9�F�ڟ����o�$ �N=p��8���J��C8|3���>���߄��K��tb`���3 !�.�6=�*f…
5373 ����\@��7��� �ñ@�,����tb

12