summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-20 07:15:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-20 07:15:45 -0700
commitd5aa199102d893251c2934128494d09f60e44a6a (patch)
tree74c9ac205bf6b256fe4677daee262d21a725ea7b
parent3ce68eb398b41509fce10819af59a4887a08099f (diff)
parent19f53f808316a0e299fee3bd9bd24c1884f08adf (diff)
downloadlibhardware_legacy-d5aa199102d893251c2934128494d09f60e44a6a.tar.gz
Merge change 2038 into donut
* changes: Remove deprecated version of openInputStream. Continuation of bug 1846343
-rw-r--r--include/hardware_legacy/AudioHardwareInterface.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h
index 9610264..730e5a9 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -213,19 +213,6 @@ public:
int channelCount,
uint32_t sampleRate,
status_t *status,
- AudioSystem::audio_in_acoustics acoustics)
- {
- // TODO: Remove temporary implementation after all h/w libs are updated
- return openInputStream(format, channelCount, sampleRate, status, acoustics);
- }
-
- /** This method creates and opens the audio hardware input stream */
- /** DEPRECATED */
- virtual AudioStreamIn* openInputStream(
- int format,
- int channelCount,
- uint32_t sampleRate,
- status_t *status,
AudioSystem::audio_in_acoustics acoustics) = 0;
/**This method dumps the state of the audio hardware */