Home
last modified time | relevance | path

Searched refs:inputDeviceInfoSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp743 int inputDeviceInfoSize = sizeof(InputDeviceInfo); in GetDevice() local
744 *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() local
772 … *deviceList = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize * scanCount)); in GetDeviceList()
778 …if (memcpy_s((*deviceList) + i, inputDeviceInfoSize, &inputDevList_[i].detailInfo, inputDeviceInfo… in GetDeviceList()