Searched defs:attr_value (Results 1 - 8 of 8) sorted by relevance

/system/connectivity/wificond/tests/
H A Dnl80211_attribute_unittest.cpp161 uint32_t attr_value; local
162 EXPECT_TRUE(nested_attr.GetAttributeValue(1, &attr_value));
163 EXPECT_EQ(attr_value, kU32Value1);
164 EXPECT_TRUE(nested_attr.GetAttributeValue(2, &attr_value));
165 EXPECT_EQ(attr_value, kU32Value2);
185 uint32_t attr_value; local
187 EXPECT_FALSE(nested_attr.GetAttributeValue(2, &attr_value));
196 uint16_t attr_value; local
198 EXPECT_FALSE(nested_attr.GetAttributeValue(1, &attr_value));
H A Dnl80211_packet_unittest.cpp122 uint8_t attr_value; local
123 EXPECT_TRUE(netlink_packet.GetAttributeValue(1, &attr_value));
124 EXPECT_EQ(attr_value, kU8Value1);
183 uint8_t attr_value; local
184 EXPECT_FALSE(netlink_packet.GetAttributeValue(2, &attr_value));
/system/bt/stack/gap/
H A Dgap_ble.cc49 tGAP_BLE_ATTR_VALUE attr_value; member in struct:__anon896::__anon899
123 const tGAP_BLE_ATTR_VALUE& attr_value = db_attr.attr_value; local
147 UINT16_TO_STREAM(p, attr_value.icon);
152 UINT16_TO_STREAM(p, attr_value.conn_param.int_min); /* int_min */
153 UINT16_TO_STREAM(p, attr_value.conn_param.int_max); /* int_max */
154 UINT16_TO_STREAM(p, attr_value.conn_param.latency); /* latency */
155 UINT16_TO_STREAM(p, attr_value.conn_param.sp_tout); /* sp_tout */
161 UINT8_TO_STREAM(p, attr_value.addr_resolution);
174 if (p_data->is_long) p_rsp->attr_value
[all...]
/system/bt/stack/include/
H A Dsdp_api.h58 /* Masks for attr_value field of tSDP_DISC_ATTR */
108 tSDP_DISC_ATVAL attr_value; /* Variable length entry data */ member in struct:t_sdp_disc_attr
H A Dgatt_api.h334 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon1114
H A Davrc_defs.h1397 uint8_t attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon997
/system/media/audio_route/
H A Daudio_route.c450 const XML_Char *attr_value = NULL; local
468 attr_value = attr[i + 1];
502 value = strtol((char *)attr_value, NULL, 0);
505 value = (unsigned char) strtol((char *)attr_value, NULL, 16);
508 value = mixer_enum_string_to_value(ctl, (char *)attr_value);
/system/bt/stack/gatt/
H A Dgatt_int.h119 tGATT_VALUE attr_value; /* write request */ member in union:__anon904
138 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon906

Completed in 217 milliseconds