Home
last modified time | relevance | path

Searched refs:WaitDevice (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_sysaudio.h78 void (*WaitDevice) (_THIS); member
DSDL_audio.c291 FILL_STUB(WaitDevice); in finish_audio_entry_points_init()
781 current_audio.impl.WaitDevice(device); in SDL_RunAudio()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/psp/
DSDL_pspaudio.c153 impl->WaitDevice = PSPAUDIO_WaitDevice; in PSPAUDIO_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/disk/
DSDL_diskaudio.c186 impl->WaitDevice = DISKAUDIO_WaitDevice; in DISKAUDIO_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/esd/
DSDL_esdaudio.c319 impl->WaitDevice = ESD_WaitDevice; in ESD_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/fusionsound/
DSDL_fsaudio.c312 impl->WaitDevice = SDL_FS_WaitDevice; in SDL_FS_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/arts/
DSDL_artsaudio.c349 impl->WaitDevice = ARTS_WaitDevice; in ARTS_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/sndio/
DSDL_sndioaudio.c299 impl->WaitDevice = SNDIO_WaitDevice; in SNDIO_Init()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h346 void WaitDevice() { in WaitDevice() function
/third_party/flutter/skia/third_party/externals/sdl/src/audio/bsd/
DSDL_bsdaudio.c399 impl->WaitDevice = BSDAUDIO_WaitDevice; in BSDAUDIO_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/sun/
DSDL_sunaudio.c406 impl->WaitDevice = SUNAUDIO_WaitDevice; in SUNAUDIO_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.c477 impl->WaitDevice = XAUDIO2_WaitDevice; in XAUDIO2_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/
DSDL_winmm.c406 impl->WaitDevice = WINMM_WaitDevice; in WINMM_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nas/
DSDL_nasaudio.c443 impl->WaitDevice = NAS_WaitDevice; in NAS_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/qsa/
DSDL_qsa_audio.c740 impl->WaitDevice = QSA_WaitDevice; in QSA_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.c586 impl->WaitDevice = DSOUND_WaitDevice; in DSOUND_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c754 impl->WaitDevice = PULSEAUDIO_WaitDevice; in PULSEAUDIO_Init()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/alsa/
DSDL_alsa_audio.c963 impl->WaitDevice = ALSA_WaitDevice; in ALSA_Init()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc680 tensor->WaitDevice(); in RunOpImpl()
Dascend_session.cc840 tensor->WaitDevice(); in LaunchFunc()
997 tensor->WaitDevice(); in RunOpImplOrigin()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc1067 tensor->WaitDevice(); in RunGraph()