Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_windowshaptic_c.h53 struct haptic_hweffect struct
A DSDL_windowshaptic.c298 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
299 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_syshaptic.h33 struct haptic_hweffect *hweffect; /* The hardware behind the event */
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c80 struct haptic_hweffect struct
958 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
959 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c75 struct haptic_hweffect struct
1167 effect->hweffect = (struct haptic_hweffect *) in SDL_SYS_HapticNewEffect()
1168 SDL_malloc(sizeof(struct haptic_hweffect)); in SDL_SYS_HapticNewEffect()

Completed in 15 milliseconds