Searched refs:inputDevNode (Results 1 – 2 of 2) sorted by relevance
322 inputDevNode.index = devIndex_; in CreateInputDevListNode()323 inputDevNode.status = INPUT_DEVICE_STATUS_OPENED; in CreateInputDevListNode()324 inputDevNode.fd = fd; in CreateInputDevListNode()327 if (memcpy_s(&inputDevNode.devPathNode, devPathNode.length(), in CreateInputDevListNode()329 memcpy_s(&inputDevNode.detailInfo, sizeof(InputDeviceInfo), detailInfo.get(), in CreateInputDevListNode()341 InputDevListNode inputDevNode {}; in LoadInputDevices() local349 int32_t ret = CreateInputDevListNode(inputDevNode, flist[i]); in LoadInputDevices()354 inputDevList_.insert_or_assign(devIndex_, inputDevNode); in LoadInputDevices()369 InputDevListNode inputDevNode {}; in ReloadInputDevices() local379 int32_t ret = CreateInputDevListNode(inputDevNode, flist[i]); in ReloadInputDevices()[all …]
140 int32_t CreateInputDevListNode(InputDevListNode &inputDevNode, std::string &fileName);