summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-20 08:54:48 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-20 08:54:48 -0700
commit65b952a29e474af509043776c217c233eab0e702 (patch)
tree74c9ac205bf6b256fe4677daee262d21a725ea7b
parentf2f42d24f347103cdea125fb1ef1bd4d752bbea1 (diff)
parentd5aa199102d893251c2934128494d09f60e44a6a (diff)
downloadlibhardware_legacy-65b952a29e474af509043776c217c233eab0e702.tar.gz
am d5aa1991: Merge change 2038 into donut
Merge commit 'd5aa199102d893251c2934128494d09f60e44a6a' * commit 'd5aa199102d893251c2934128494d09f60e44a6a': Remove deprecated version of openInputStream.
-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 */