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

/frameworks/opt/net/wifi/tests/wifitests/jni/
H A Dwifi_hal_mock.h49 void get_byte_array(const char* key, bool* error, u8* array,
H A Dwifi_nan_hal_mock.cpp446 jsonR.get_byte_array("addr", &error, msg.addr, NAN_MAC_ADDR_LEN);
450 jsonR.get_byte_array("service_specific_info", &error,
475 jsonR.get_byte_array("addr", &error, msg.addr, NAN_MAC_ADDR_LEN);
478 jsonR.get_byte_array("service_specific_info", &error,
482 jsonR.get_byte_array("sdf_match_filter", &error, msg.sdf_match_filter,
507 jsonR.get_byte_array("data", &error, msg.data.mac_addr.addr,
510 jsonR.get_byte_array("data", &error, msg.data.cluster.addr,
H A Dwifi_hal_mock.cpp132 void HalMockJsonReader::get_byte_array(const char* key, bool* error, u8* array, function in class:android::HalMockJsonReader
136 ALOGE("get_byte_array: can't find %s key", key);
142 ALOGE("get_byte_array: can't find the 'value' sub-key for %s key", key);
148 ALOGE("get_byte_array: the value isn't an 'array' for the %s key", key);
154 ALOGE("get_byte_array: size of array (%d) is larger than maximum "
164 ALOGE("get_byte_array: the value isn't an 'int' for the %s[%d] key", key,

Completed in 1263 milliseconds