Home
last modified time | relevance | path

Searched defs:replyDisc (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
Dp2p_hdi_direct_test.cpp345 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char)); variable
Dp2p_hdi_hal_services_c_test.cpp438 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char)); variable
/drivers/peripheral/wlan/test/fuzztest/
Dwpa_common_fuzzer.cpp750 char *replyDisc = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pReqServiceDiscovery() local
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_p2p_cmd.c880 const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen) in WpaInterfaceP2pReqServiceDiscovery()