summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2014-06-11 10:05:30 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2014-06-11 10:05:30 -0700
commitb7f24b101d43139b4c747129bfbc4ecf5c468b86 (patch)
tree1d7cc6375adac742866973ab15d4d5caddf7f033 /include/media/AudioSystem.h
parent1a93f0cbb99fc5a59c92bd913f29409022ae236d (diff)
downloadframeworks_av-b7f24b101d43139b4c747129bfbc4ecf5c468b86.zip
frameworks_av-b7f24b101d43139b4c747129bfbc4ecf5c468b86.tar.gz
frameworks_av-b7f24b101d43139b4c747129bfbc4ecf5c468b86.tar.bz2
AudioSystem: remove unused stream type
The audio stream type is not used in the getSampleRate() and getFrameCount() methods. Change-Id: I3d065ae272bd039204cd323cdab9b60460034f2d
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 6fe0c7f..a4722cb 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -104,12 +104,10 @@ public:
static status_t getOutputLatency(uint32_t* latency,
audio_stream_type_t stream);
static status_t getSamplingRate(audio_io_handle_t output,
- audio_stream_type_t streamType,
uint32_t* samplingRate);
// returns the number of frames per audio HAL write buffer. Corresponds to
// audio_stream->get_buffer_size()/audio_stream_frame_size()
static status_t getFrameCount(audio_io_handle_t output,
- audio_stream_type_t stream,
size_t* frameCount);
// returns the audio output stream latency in ms. Corresponds to
// audio_stream_out->get_latency()