summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-07-29 15:16:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-07-25 21:16:27 +0000
commit4c20a09e8684657448f0bc97a2da4e56c94d484e (patch)
treefed7e3145544306fecb51828eb47d3dafd3c1e2c
parent39b3abc0ca227d72f66bb47a75cec2acfb4d6de0 (diff)
parent45a038b5d6d8155e577a72febb71822599c37c59 (diff)
downloadplatform_hardware_libhardware_legacy-l-preview.tar.gz
platform_hardware_libhardware_legacy-l-preview.tar.bz2
platform_hardware_libhardware_legacy-l-preview.zip
Merge "openOutputStreamWithFlags should be declared as abstract function"android-l-preview_r2l-preview
-rw-r--r--include/hardware_legacy/AudioHardwareInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/AudioHardwareInterface.h b/include/hardware_legacy/AudioHardwareInterface.h
index f5b38ea..36a39bb 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -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 */