Home
last modified time | relevance | path

Searched refs:m_nUdevFd (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c116 int m_nUdevFd; member
273 SDL_HIDAPI_discovery.m_nUdevFd = -1; in HIDAPI_InitializeDiscovery()
283 … SDL_HIDAPI_discovery.m_nUdevFd = usyms->udev_monitor_get_fd(SDL_HIDAPI_discovery.m_pUdevMonitor); in HIDAPI_InitializeDiscovery()
329 if (SDL_HIDAPI_discovery.m_nUdevFd >= 0) { in HIDAPI_UpdateDiscovery()
339 PollUdev.fd = SDL_HIDAPI_discovery.m_nUdevFd; in HIDAPI_UpdateDiscovery()

Completed in 5 milliseconds