Searched refs:outBlobSize (Results 1 – 1 of 1) sorted by relevance
100 static int32_t WriteToIpcRequest(IpcIo *request, uint32_t outBlobSize, const struct HksBlob *inBlob) in WriteToIpcRequest() argument102 bool ipcRet = WriteUint32(request, outBlobSize); in WriteToIpcRequest()128 uint32_t outBlobSize = 0; in HksIpcCall() local130 outBlobSize = outBlob->size; in HksIpcCall()144 ret = WriteToIpcRequest(&request, outBlobSize, inBlob); in HksIpcCall()