Searched refs:put_byte_array (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_nan_hal_mock.cpp97 jsonW.put_byte_array("intf_addr_val", msg->intf_addr_val, 6);
150 jsonW.put_byte_array("service_name", msg->service_name,
154 jsonW.put_byte_array("service_specific_info", msg->service_specific_info,
157 jsonW.put_byte_array("rx_match_filter", msg->rx_match_filter,
160 jsonW.put_byte_array("tx_match_filter", msg->tx_match_filter,
210 jsonW.put_byte_array("service_name", msg->service_name,
213 jsonW.put_byte_array("service_specific_info", msg->service_specific_info,
216 jsonW.put_byte_array("rx_match_filter", msg->rx_match_filter,
219 jsonW.put_byte_array("tx_match_filter", msg->tx_match_filter,
224 // TODO: jsonW.put_byte_array("intf_add
[all...]
H A Dwifi_hal_mock.h34 void put_byte_array(const char* name, u8* byte_array, int array_length);
H A Dwifi_hal_mock.cpp77 void HalMockJsonWriter::put_byte_array(const char* name, u8* byte_array, function in class:android::HalMockJsonWriter

Completed in 237 milliseconds