Searched refs:paramSize (Results 1 – 2 of 2) sorted by relevance
44 int paramSize = (size - BLOB_SIZE) / DOUBLE; in DoSomethingInterestingWithMyAPI() local46 paramSetIn->paramSetSize = paramSize; in DoSomethingInterestingWithMyAPI()48 … HksParamSet *paramSetOut = reinterpret_cast<struct HksParamSet *>(myData + BLOB_SIZE + paramSize); in DoSomethingInterestingWithMyAPI()49 paramSetOut->paramSetSize = paramSize; in DoSomethingInterestingWithMyAPI()
26 uint32_t paramSize = sizeof(struct CmBlob); in DoSomethingInterestingWithMyAPI() local28 if (!CopyMyData(data, size, paramSize, &myData)) { in DoSomethingInterestingWithMyAPI()