summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioHardwareInterface.h
diff options
context:
space:
mode:
authorDave Sparks <davidsparks@android.com>2009-05-19 18:36:08 -0700
committerDave Sparks <davidsparks@android.com>2009-05-19 18:36:08 -0700
commit19f53f808316a0e299fee3bd9bd24c1884f08adf (patch)
treecca61f32b0de9f8e861cd6b1dd6a5bfbb0a8a8fa /include/hardware_legacy/AudioHardwareInterface.h
parentc61651ca12e73e153f2bfcd43d096c261598cad3 (diff)
downloadhardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.zip
hardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.tar.gz
hardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.tar.bz2
Remove deprecated version of openInputStream.
Continuation of bug 1846343
Diffstat (limited to 'include/hardware_legacy/AudioHardwareInterface.h')
-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 */