Lines Matching full:device
56 /* This function is called when the audio device needs more data.
118 * This function opens the audio device with the desired parameters, and
124 * to open the audio device, or couldn't set up the audio thread.
144 * when the audio device is ready for more data. It is passed a pointer
152 * The audio device starts out playing silence when it's opened, and should
156 * any local mixing buffers after you open the audio device.
173 * device to start playing sound. This is so you can safely initialize
174 * data for your callback function after opening the audio device.
175 * Silence will be written to the audio device during the pause.
248 * This function shuts down audio processing and closes the audio device.