Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c50 SDL_HIDAPI_RumbleRequest *requests_head; member
70 if (request == ctx->requests_head) { in SDL_HIDAPI_RumbleThread()
71 ctx->requests_head = NULL; in SDL_HIDAPI_RumbleThread()
104 SDL_assert(!ctx->requests_head); in SDL_HIDAPI_StopRumbleThread()
194 if (ctx->requests_head) { in SDL_HIDAPI_SendRumbleAndUnlock()
195 ctx->requests_head->prev = request; in SDL_HIDAPI_SendRumbleAndUnlock()
199 ctx->requests_head = request; in SDL_HIDAPI_SendRumbleAndUnlock()

Completed in 4 milliseconds