diff options
author | Dave Sparks <davidsparks@android.com> | 2009-05-19 18:36:08 -0700 |
---|---|---|
committer | Dave Sparks <davidsparks@android.com> | 2009-05-19 18:36:08 -0700 |
commit | 19f53f808316a0e299fee3bd9bd24c1884f08adf (patch) | |
tree | cca61f32b0de9f8e861cd6b1dd6a5bfbb0a8a8fa | |
parent | c61651ca12e73e153f2bfcd43d096c261598cad3 (diff) | |
download | platform_hardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.tar.gz platform_hardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.tar.bz2 platform_hardware_libhardware_legacy-19f53f808316a0e299fee3bd9bd24c1884f08adf.zip |
Remove deprecated version of openInputStream.
Continuation of bug 1846343
-rw-r--r-- | include/hardware_legacy/AudioHardwareInterface.h | 13 |
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 */ |