Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_xinputhaptic.c253 SDL_XINPUT_HapticClose(SDL_Haptic * haptic) in SDL_XINPUT_HapticClose()
335 SDL_XINPUT_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_XINPUT_HapticSetGain()
341 SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_XINPUT_HapticSetAutocenter()
347 SDL_XINPUT_HapticPause(SDL_Haptic * haptic) in SDL_XINPUT_HapticPause()
353 SDL_XINPUT_HapticUnpause(SDL_Haptic * haptic) in SDL_XINPUT_HapticUnpause()
359 SDL_XINPUT_HapticStopAll(SDL_Haptic * haptic) in SDL_XINPUT_HapticStopAll()
411 SDL_XINPUT_HapticClose(SDL_Haptic * haptic) in SDL_XINPUT_HapticClose()
456 SDL_XINPUT_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_XINPUT_HapticSetGain()
468 SDL_XINPUT_HapticPause(SDL_Haptic * haptic) in SDL_XINPUT_HapticPause()
474 SDL_XINPUT_HapticUnpause(SDL_Haptic * haptic) in SDL_XINPUT_HapticUnpause()
[all …]
A DSDL_windowshaptic.c137 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
196 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) in SDL_SYS_JoystickSameHaptic()
229 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
292 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
322 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
379 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
393 SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_SYS_HapticSetGain()
406 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter()
419 SDL_SYS_HapticPause(SDL_Haptic * haptic) in SDL_SYS_HapticPause()
432 SDL_SYS_HapticUnpause(SDL_Haptic * haptic) in SDL_SYS_HapticUnpause()
[all …]
A DSDL_dinputhaptic.c204 SDL_Haptic *haptic = (SDL_Haptic *) pvRef; in DI_DeviceObjectCallback() local
247 SDL_Haptic *haptic = (SDL_Haptic *) pv; in DI_EffectCallback() local
502 SDL_DINPUT_HapticClose(SDL_Haptic * haptic) in SDL_DINPUT_HapticClose()
606 SDL_SYS_ToDIEFFECT(SDL_Haptic * haptic, DIEFFECT * dest, in SDL_SYS_ToDIEFFECT()
1150 SDL_DINPUT_HapticPause(SDL_Haptic * haptic) in SDL_DINPUT_HapticPause()
1164 SDL_DINPUT_HapticUnpause(SDL_Haptic * haptic) in SDL_DINPUT_HapticUnpause()
1178 SDL_DINPUT_HapticStopAll(SDL_Haptic * haptic) in SDL_DINPUT_HapticStopAll()
1233 SDL_DINPUT_HapticClose(SDL_Haptic * haptic) in SDL_DINPUT_HapticClose()
1290 SDL_DINPUT_HapticPause(SDL_Haptic * haptic) in SDL_DINPUT_HapticPause()
1296 SDL_DINPUT_HapticUnpause(SDL_Haptic * haptic) in SDL_DINPUT_HapticUnpause()
[all …]
A DSDL_windowshaptic_c.h70 SDL_Haptic *haptic; member
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c56 ValidHaptic(SDL_Haptic * haptic) in ValidHaptic()
114 SDL_Haptic *haptic; in SDL_HapticOpen() local
204 SDL_HapticIndex(SDL_Haptic * haptic) in SDL_HapticIndex()
275 SDL_Haptic *haptic; in SDL_HapticOpenFromJoystick() local
339 SDL_HapticClose(SDL_Haptic * haptic) in SDL_HapticClose()
407 SDL_HapticNumEffects(SDL_Haptic * haptic) in SDL_HapticNumEffects()
435 SDL_HapticQuery(SDL_Haptic * haptic) in SDL_HapticQuery()
449 SDL_HapticNumAxes(SDL_Haptic * haptic) in SDL_HapticNumAxes()
697 SDL_HapticPause(SDL_Haptic * haptic) in SDL_HapticPause()
714 SDL_HapticUnpause(SDL_Haptic * haptic) in SDL_HapticUnpause()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/dummy/
A DSDL_syshaptic.c57 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
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()
146 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
154 SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_SYS_HapticSetGain()
161 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter()
167 SDL_SYS_HapticPause(SDL_Haptic * haptic) in SDL_SYS_HapticPause()
173 SDL_SYS_HapticUnpause(SDL_Haptic * haptic) in SDL_SYS_HapticUnpause()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c40 SDL_Haptic *haptic; member
138 OpenHapticByOrder(SDL_Haptic *haptic, int index) in OpenHapticByOrder()
144 OpenHapticByDevId(SDL_Haptic *haptic, int device_id) in OpenHapticByDevId()
150 SDL_SYS_HapticOpen(SDL_Haptic *haptic) in SDL_SYS_HapticOpen()
187 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
218 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, in SDL_SYS_HapticNewEffect()
226 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
264 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
285 SDL_SYS_HapticPause(SDL_Haptic * haptic) in SDL_SYS_HapticPause()
291 SDL_SYS_HapticUnpause(SDL_Haptic * haptic) in SDL_SYS_HapticUnpause()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c61 SDL_Haptic *haptic; /* Associated haptic. */ member
400 SDL_SYS_HapticOpenFromFD(SDL_Haptic * haptic, int fd) in SDL_SYS_HapticOpenFromFD()
450 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
598 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
994 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
1083 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
1108 SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_SYS_HapticSetGain()
1128 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter()
1148 SDL_SYS_HapticPause(SDL_Haptic * haptic) in SDL_SYS_HapticPause()
1158 SDL_SYS_HapticUnpause(SDL_Haptic * haptic) in SDL_SYS_HapticUnpause()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c52 SDL_Haptic *haptic; /* Haptic currently associated with it. */ member
416 GetSupportedFeatures(SDL_Haptic * haptic) in GetSupportedFeatures()
566 SDL_SYS_HapticOpen(SDL_Haptic * haptic) in SDL_SYS_HapticOpen()
666 SDL_SYS_HapticClose(SDL_Haptic * haptic) in SDL_SYS_HapticClose()
1209 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, in SDL_SYS_HapticUpdateEffect()
1320 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, in SDL_SYS_HapticGetEffectStatus()
1344 SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) in SDL_SYS_HapticSetGain()
1364 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter()
1391 SDL_SYS_HapticPause(SDL_Haptic * haptic) in SDL_SYS_HapticPause()
1409 SDL_SYS_HapticUnpause(SDL_Haptic * haptic) in SDL_SYS_HapticUnpause()
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtesthaptic.c25 static SDL_Haptic *haptic; variable
317 HapticPrintSupported(SDL_Haptic * haptic) in HapticPrintSupported()
A Dtestrumble.c36 static SDL_Haptic *haptic; variable
A Dtesthotplug.c27 SDL_Haptic *haptic = NULL; in main() local

Completed in 32 milliseconds