HomeSort by relevance Sort by last modified time
    Searched refs:SDL_PrivateAudioData (Results 51 - 55 of 55) sorted by null

1 23

  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.c 411 this->hidden = (struct SDL_PrivateAudioData *)
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 272 this->hidden = (struct SDL_PrivateAudioData *)
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 459 thisdevice->hidden = NULL; /*(struct SDL_PrivateAudioData *)
537 TRAPD(err, thisdevice->hidden = static_cast<SDL_PrivateAudioData*>(CEpocAudio::NewL(buflen, spec->silence)));
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 102 this->hidden = (struct SDL_PrivateAudioData *)SDL_malloc((sizeof *this->hidden));
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 150 this->hidden = (struct SDL_PrivateAudioData *)

Completed in 380 milliseconds

1 23