Home | History | Annotate | Download | only in include

Lines Matching full:device

50 	/* This function is called when the audio device needs more data.
112 * This function opens the audio device with the desired parameters, and
118 * to open the audio device, or couldn't set up the audio thread.
138 * when the audio device is ready for more data. It is passed a pointer
146 * The audio device starts out playing silence when it's opened, and should
150 * any local mixing buffers after you open the audio device.
167 * device to start playing sound. This is so you can safely initialize
168 * data for your callback function after opening the audio device.
169 * Silence will be written to the audio device during the pause.
242 * This function shuts down audio processing and closes the audio device.