auto import from //branches/cupcake/...@132276

This commit is contained in:
The Android Open Source Project 2009-02-19 10:57:35 -08:00
parent 6e5ad3c6e8
commit 652994d394

View file

@ -211,7 +211,8 @@ public:
int format, int format,
int channelCount, int channelCount,
uint32_t sampleRate, uint32_t sampleRate,
status_t *status) = 0; status_t *status,
AudioSystem::audio_in_acoustics acoustics) = 0;
/**This method dumps the state of the audio hardware */ /**This method dumps the state of the audio hardware */
virtual status_t dumpState(int fd, const Vector<String16>& args) = 0; virtual status_t dumpState(int fd, const Vector<String16>& args) = 0;