summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-26 20:44:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-26 20:44:49 +0000
commit8c7b9fb41585fccb06573252823b929c82a40999 (patch)
treeb15b9c23c2440bf1df24350f1034064016110897 /include/media/AudioSystem.h
parentf7f21b93bfce562784ee8f632fb01a2f8e4ffa6b (diff)
parent241618f1b286f9e7e02fe61e96d9194e2e1e8a7a (diff)
downloadframeworks_av-8c7b9fb41585fccb06573252823b929c82a40999.zip
frameworks_av-8c7b9fb41585fccb06573252823b929c82a40999.tar.gz
frameworks_av-8c7b9fb41585fccb06573252823b929c82a40999.tar.bz2
Merge "Remove streamType parameter from AudioSystem::getLatency()"
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 3faaa7e..20d2956 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -113,7 +113,6 @@ public:
// returns the audio output stream latency in ms. Corresponds to
// audio_stream_out->get_latency()
static status_t getLatency(audio_io_handle_t output,
- audio_stream_type_t stream,
uint32_t* latency);
static bool routedToA2dpOutput(audio_stream_type_t streamType);