Home
last modified time | relevance | path

Searched refs:replySize (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_factory.h31 int8_t *replyData, uint32_t *replySize);
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c976 const int replySize = REPLY_SIZE; in WpaInterfaceP2pConnect() local
994 reply = (char *)malloc(replySize); in WpaInterfaceP2pConnect()
1251 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetPeer() local
1254 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetPeer()
1386 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetGroupCapability() local
1389 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetGroupCapability()
1447 const int replySize = P2P_LIST_REPLY_SIZE; in WpaInterfaceP2pListNetworks() local
1449 reply = (char *)malloc(replySize); in WpaInterfaceP2pListNetworks()
1602 const int replySize = REPLY_SIZE; in WpaInterfaceVendorExtProcessCmd() local
1603 reply = (char *)malloc(replySize); in WpaInterfaceVendorExtProcessCmd()
[all...]

Completed in 3 milliseconds