Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_syshaptic.h45 int nplaying; /* Maximum amount of effects to play at the same time */ member
DSDL_haptic.c420 return haptic->nplaying; in SDL_HapticNumEffectsPlaying()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_xinputhaptic.c176 haptic->nplaying = 1; in SDL_XINPUT_HapticOpenFromUserIndex()
DSDL_dinputhaptic.c409 haptic->nplaying = 128; /* Even more impossible to get this then neffects. */ in SDL_DINPUT_HapticOpenFromDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c419 haptic->nplaying = haptic->neffects; /* Linux makes no distinction. */ in SDL_SYS_HapticOpenFromFD()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c435 haptic->nplaying = features.playbackCapacity; in GetSupportedFeatures()