Searched refs:inputDeviceInfoSize (Results 1 – 1 of 1) sorted by relevance
743 int inputDeviceInfoSize = sizeof(InputDeviceInfo); in GetDevice() local744 *devInfo = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize)); in GetDevice()749 … if (memcpy_s(*devInfo, inputDeviceInfoSize, &it->second.detailInfo, inputDeviceInfoSize) != EOK) { in GetDevice()771 int inputDeviceInfoSize = sizeof(InputDeviceInfo); in GetDeviceList() local772 … *deviceList = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize * scanCount)); in GetDeviceList()778 …if (memcpy_s((*deviceList) + i, inputDeviceInfoSize, &inputDevList_[i].detailInfo, inputDeviceInfo… in GetDeviceList()