Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp334 AddToEpoll(mEpollId_, mInotifyId_); in DoInputDeviceAction()
390 if (AddToEpoll(epollFd, inputDevList.fd) != INPUT_SUCCESS) { in AddDeviceNodeToList()
531 int32_t InputDeviceManager::AddToEpoll(int32_t epollFd, int32_t fileFd) in AddToEpoll() function in OHOS::Input::InputDeviceManager
607 AddToEpoll(mEpollId_, openRet); in OpenDevice()
620 AddToEpoll(mEpollId_, searchIndex->second.fd); in OpenDevice()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h82 int32_t AddToEpoll(int32_t epollFd, int32_t fileFd);

Completed in 2 milliseconds