#include "audiodevice.h"#include <qpe/qpeapplication.h>#include <qpe/config.h>#include <opie2/odebug.h>#include <qpe/qcopenvelope_qws.h>#include <qmessagebox.h>#include <stdlib.h>#include <stdio.h>#include <errno.h>Include dependency graph for audiodevice.cpp:

Go to the source code of this file.
Variables | |
| static const int | sound_fragment_shift = 16 |
| static const int | sound_fragment_bytes = (1<<sound_fragment_shift) |
|
|
Definition at line 57 of file audiodevice.cpp. Referenced by AudioDevice::AudioDevice(), and AudioDevice::canWrite(). |
|
|
Definition at line 55 of file audiodevice.cpp. Referenced by AudioDevice::AudioDevice(). |
1.4.2