Searched refs:epollFd (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/input/udriver/include/ |
H A D | input_device_manager.h | 78 void GetInputDeviceInfoList(int32_t epollFd = 0); 80 int32_t InotifyEventHandler(int32_t epollFd, int32_t notifyFd); 81 void RemoveEpoll(int32_t epollFd, int32_t fileFd); 82 int32_t AddToEpoll(int32_t epollFd, int32_t fileFd); 86 void DoWithEventDeviceAdd(int32_t &epollFd, int32_t &fd, string devPath); 88 void DoWithEventDeviceDel(int32_t &epollFd, uint32_t &index); 136 int32_t &epollFd, int32_t &fd, string devPath, std::shared_ptr<InputDeviceInfo> &detailInfo);
|
/drivers/peripheral/input/udriver/src/ |
H A D | input_device_manager.cpp | 275 void InputDeviceManager::GetInputDeviceInfoList(int32_t epollFd)
in GetInputDeviceInfoList() argument 371 int32_t &epollFd, int32_t &fd, string devPath, std::shared_ptr<InputDeviceInfo> &detailInfo)
in AddDeviceNodeToList() 373 if (epollFd < 0 || fd < 0) {
in AddDeviceNodeToList() 390 if (AddToEpoll(epollFd, inputDevList.fd) != INPUT_SUCCESS) {
in AddDeviceNodeToList() 398 void InputDeviceManager::DoWithEventDeviceAdd(int32_t &epollFd, int32_t &fd, string devPath)
in DoWithEventDeviceAdd() argument 428 if (AddDeviceNodeToList(epollFd, fd, devPath, detailInfo) != INPUT_SUCCESS) {
in DoWithEventDeviceAdd() 459 void InputDeviceManager::DoWithEventDeviceDel(int32_t &epollFd, uint32_t &index)
in DoWithEventDeviceDel() argument 488 int32_t InputDeviceManager::InotifyEventHandler(int32_t epollFd, int32_t notifyFd)
in InotifyEventHandler() argument 514 DoWithEventDeviceAdd(epollFd, tmpFd, nodePath);
in InotifyEventHandler() 518 DoWithEventDeviceDel(epollFd, inputDe in InotifyEventHandler() 370 AddDeviceNodeToList( int32_t &epollFd, int32_t &fd, string devPath, std::shared_ptr<InputDeviceInfo> &detailInfo) AddDeviceNodeToList() argument 531 AddToEpoll(int32_t epollFd, int32_t fileFd) AddToEpoll() argument 542 RemoveEpoll(int32_t epollFd, int32_t fileFd) RemoveEpoll() argument [all...] |
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 1072 auto epollFd = GetEpollFdTest(bt); in HWTEST_F() local 1073 BATTERY_HILOGI(LABEL_TEST, "HdiService013::epollFd=%{public}d", epollFd); in HWTEST_F() 1075 ASSERT_TRUE(epollFd > 0); in HWTEST_F()
|
Completed in 4 milliseconds