OSDN Git Service

am d5aa1991: Merge change 2038 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 20 May 2009 15:54:48 +0000 (08:54 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 20 May 2009 15:54:48 +0000 (08:54 -0700)
Merge commit 'd5aa199102d893251c2934128494d09f60e44a6a'

* commit 'd5aa199102d893251c2934128494d09f60e44a6a':
  Remove deprecated version of openInputStream.

include/hardware_legacy/AudioHardwareInterface.h

index 9610264..730e5a9 100644 (file)
@@ -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 */