HomeSort by relevance Sort by last modified time
    Searched full:pulse_handle (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 65 static void *pulse_handle = NULL; variable
178 SDL_UnloadObject(pulse_handle);
179 pulse_handle = NULL;
188 pulse_handle = SDL_LoadObject(pulse_library);
189 if ( pulse_handle ) {
193 *pulse_functions[i].func = SDL_LoadFunction(pulse_handle, pulse_functions[i].name);

Completed in 36 milliseconds