Searched refs:inputDevList (Results 1 – 3 of 3) sorted by relevance
136 if (g_inputManager->inputDevList == NULL) { in AddInputDevice()137 g_inputManager->inputDevList = inputDev; in AddInputDevice()138 (g_inputManager->inputDevList)->next = NULL; in AddInputDevice()140 tmpDev = g_inputManager->inputDevList; in AddInputDevice()157 if (g_inputManager->inputDevList == NULL) { in CheckInputDevice()160 tmpDev = g_inputManager->inputDevList; in CheckInputDevice()174 if (g_inputManager->inputDevList == NULL) { in DeleteInputDevice()177 if ((g_inputManager->inputDevList)->devId == inputDev->devId) { in DeleteInputDevice()178 g_inputManager->inputDevList = g_inputManager->inputDevList->next; in DeleteInputDevice()182 InputDevice *preNode = g_inputManager->inputDevList; in DeleteInputDevice()[all …]
132 InputDevice *inputDevList; member
236 InputDevListNode inputDevList {}; in GetInputDeviceInfoList() local268 inputDevList.index = devIndex_; in GetInputDeviceInfoList()269 inputDevList.status = INPUT_DEVICE_STATUS_OPENED; in GetInputDeviceInfoList()270 inputDevList.fd = fd; in GetInputDeviceInfoList()273 if (memcpy_s(&inputDevList.devPathNode, devPathNode.length(), in GetInputDeviceInfoList()275 memcpy_s(&inputDevList.detailInfo, sizeof(InputDeviceInfo), detailInfo.get(), in GetInputDeviceInfoList()280 inputDevList_.insert_or_assign(devIndex_, inputDevList); in GetInputDeviceInfoList()353 InputDevListNode inputDevList {}; in DoWithEventDeviceAdd() local355 inputDevList.index = devIndex_; in DoWithEventDeviceAdd()356 inputDevList.status = INPUT_DEVICE_STATUS_OPENED; in DoWithEventDeviceAdd()[all …]