Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp659 int inputDeviceInfoSize = sizeof(InputDeviceInfo); in GetDevice() local
660 *devInfo = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize)); in GetDevice()
665 if (memcpy_s(*devInfo, inputDeviceInfoSize, &it->second.detailInfo, inputDeviceInfoSize) != EOK) { in GetDevice()
687 int inputDeviceInfoSize = sizeof(InputDeviceInfo); in GetDeviceList() local
688 *deviceList = reinterpret_cast<InputDeviceInfo *>(OsalMemAlloc(inputDeviceInfoSize * scanCount)); in GetDeviceList()
694 if (memcpy_s((*deviceList) + i, inputDeviceInfoSize, &inputDevList_[i].detailInfo, inputDeviceInfoSize) != in GetDeviceList()

Completed in 2 milliseconds