OSDN Git Service

Merge "openOutputStreamWithFlags should be declared as abstract function"
authorEric Laurent <elaurent@google.com>
Tue, 29 Jul 2014 15:16:21 +0000 (15:16 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Fri, 25 Jul 2014 21:16:27 +0000 (21:16 +0000)
include/hardware_legacy/AudioHardwareInterface.h

index f5b38ea..36a39bb 100644 (file)
@@ -256,7 +256,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 */