Home
last modified time | relevance | path

Searched defs:haptic (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_xinputhaptic.c167 SDL_XINPUT_HapticOpenFromUserIndex(SDL_Haptic *haptic, const Uint8 userid) in SDL_XINPUT_HapticOpenFromUserIndex()
222 SDL_XINPUT_HapticOpen(SDL_Haptic * haptic, SDL_hapticlist_item *item) in SDL_XINPUT_HapticOpen()
228 SDL_XINPUT_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_XINPUT_JoystickSameHaptic()
234 SDL_XINPUT_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_XINPUT_HapticOpenFromJoystick()
253 SDL_XINPUT_HapticClose(SDL_Haptic * haptic) in SDL_XINPUT_HapticClose()
270 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect()
277 SDL_XINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_XINPUT_HapticUpdateEffect()
292 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
312 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect()
322 SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticDestroyEffect()
[all …]
DSDL_dinputhaptic.c217 SDL_Haptic *haptic = (SDL_Haptic *) pvRef; in DI_DeviceObjectCallback() local
260 SDL_Haptic *haptic = (SDL_Haptic *) pv; in DI_EffectCallback() local
292 SDL_DINPUT_HapticOpenFromDevice(SDL_Haptic * haptic, LPDIRECTINPUTDEVICE8 device8, SDL_bool is_joys… in SDL_DINPUT_HapticOpenFromDevice()
431 SDL_DINPUT_HapticOpen(SDL_Haptic * haptic, SDL_hapticlist_item *item) in SDL_DINPUT_HapticOpen()
464 SDL_DINPUT_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_DINPUT_JoystickSameHaptic()
488 SDL_DINPUT_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_DINPUT_HapticOpenFromJoystick()
515 SDL_DINPUT_HapticClose(SDL_Haptic * haptic) in SDL_DINPUT_HapticClose()
615 SDL_SYS_ToDIEFFECT(SDL_Haptic * haptic, DIEFFECT * dest, in SDL_SYS_ToDIEFFECT()
963 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect()
995 SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_DINPUT_HapticUpdateEffect()
[all …]
DSDL_windowshaptic.c137 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
194 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_JoystickSameHaptic()
209 SDL_SYS_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_HapticOpenFromJoystick()
222 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
285 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
315 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
330 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
344 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
357 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
372 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
[all …]
DSDL_windowshaptic_c.h70 SDL_Haptic *haptic; member
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_haptic.c52 ValidHaptic(SDL_Haptic * haptic) in ValidHaptic()
110 SDL_Haptic *haptic; in SDL_HapticOpen() local
200 SDL_HapticIndex(SDL_Haptic * haptic) in SDL_HapticIndex()
271 SDL_Haptic *haptic; in SDL_HapticOpenFromJoystick() local
334 SDL_HapticClose(SDL_Haptic * haptic) in SDL_HapticClose()
400 SDL_HapticNumEffects(SDL_Haptic * haptic) in SDL_HapticNumEffects()
414 SDL_HapticNumEffectsPlaying(SDL_Haptic * haptic) in SDL_HapticNumEffectsPlaying()
428 SDL_HapticQuery(SDL_Haptic * haptic) in SDL_HapticQuery()
442 SDL_HapticNumAxes(SDL_Haptic * haptic) in SDL_HapticNumAxes()
455 SDL_HapticEffectSupported(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticEffectSupported()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/
DSDL_syshaptic.c57 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
78 SDL_SYS_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_HapticOpenFromJoystick()
85 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_JoystickSameHaptic()
92 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
106 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, in SDL_SYS_HapticNewEffect()
114 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
123 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
138 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
146 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c61 SDL_Haptic *haptic; /* Associated haptic. */ member
397 SDL_SYS_HapticOpenFromFD(SDL_Haptic * haptic, int fd) in SDL_SYS_HapticOpenFromFD()
447 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
520 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_JoystickSameHaptic()
535 SDL_SYS_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_HapticOpenFromJoystick()
575 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
927 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
969 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
999 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
1022 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c52 SDL_Haptic *haptic; /* Haptic currently associated with it. */ member
416 GetSupportedFeatures(SDL_Haptic * haptic) in GetSupportedFeatures()
491 SDL_SYS_HapticOpenFromService(SDL_Haptic * haptic, io_service_t service) in SDL_SYS_HapticOpenFromService()
566 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
613 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_JoystickSameHaptic()
627 SDL_SYS_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_HapticOpenFromJoystick()
649 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
774 SDL_SYS_ToFFEFFECT(SDL_Haptic * haptic, FFEFFECT * dest, SDL_HapticEffect * src) in SDL_SYS_ToFFEFFECT()
1135 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
1184 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesthaptic.c25 static SDL_Haptic *haptic; variable
317 HapticPrintSupported(SDL_Haptic * haptic) in HapticPrintSupported()
Dtestrumble.c36 static SDL_Haptic *haptic; variable
Dtesthotplug.c27 SDL_Haptic *haptic = NULL; in main() local
/third_party/flutter/skia/third_party/externals/sdl/
Dconfigure.in394 AC_ARG_ENABLE(haptic, optenable