Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic.c291 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
292 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()
DSDL_windowshaptic_c.h53 struct haptic_hweffect struct
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_syshaptic.h33 struct haptic_hweffect *hweffect; /* The hardware behind the event */
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c80 struct haptic_hweffect struct
933 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
934 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c75 struct haptic_hweffect struct
1142 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
1143 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()