OSDN Git Service

DO NOT MERGE - openOutputStreamWithFlags should be declared as abstract function
authorQiming Shi <qiming.shi@intel.com>
Mon, 26 May 2014 00:17:28 +0000 (08:17 +0800)
committerEric Laurent <elaurent@google.com>
Mon, 8 Sep 2014 16:18:44 +0000 (09:18 -0700)
Bug: 17416117.

Change-Id: Ia9150944977560ea296c46ddf75da960d6a3e541
Signed-off-by: Qiming Shi <qiming.shi@intel.com>
include/hardware_legacy/AudioHardwareInterface.h

index d37da11..6b524a8 100644 (file)
@@ -258,7 +258,7 @@ public:
                                 int *format=0,
                                 uint32_t *channels=0,
                                 uint32_t *sampleRate=0,
-                                status_t *status=0);
+                                status_t *status=0) = 0;
     virtual    void        closeOutputStream(AudioStreamOut* out) = 0;
 
     /** This method creates and opens the audio hardware input stream */