Searched refs:replySize (Results 1 – 4 of 4) sorted by relevance
192 uint32_t replySize = 0; in HksDcmCallback() local202 replySize = packedBlob.size; in HksDcmCallback()204 hksProxy->SendAsyncReply(response->errCode, replyData, replySize); in HksDcmCallback()
31 int8_t *replyData, uint32_t *replySize);
976 const int replySize = REPLY_SIZE; in WpaInterfaceP2pConnect() local994 reply = (char *)malloc(replySize); in WpaInterfaceP2pConnect()1251 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetPeer() local1254 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetPeer()1386 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetGroupCapability() local1389 reply = (char *)malloc(replySize); in WpaInterfaceP2pGetGroupCapability()1447 const int replySize = P2P_LIST_REPLY_SIZE; in WpaInterfaceP2pListNetworks() local1449 reply = (char *)malloc(replySize); in WpaInterfaceP2pListNetworks()1602 const int replySize = REPLY_SIZE; in WpaInterfaceVendorExtProcessCmd() local1603 reply = (char *)malloc(replySize); in WpaInterfaceVendorExtProcessCmd()[all …]
574 auto replySize = reply.GetDataSize(); in SendReply() local575 if (totalDBinderBufSize > 0 && replySize % BINDER_ALIGN_BYTES != 0) { in SendReply()576 ZLOGI(LABEL, "not 8 bytes aligned(%{public}zu), padding it", replySize); in SendReply()