summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioHardwareInterface.h
diff options
context:
space:
mode:
authorQiming Shi <qiming.shi@intel.com>2014-05-26 08:17:28 +0800
committerEric Laurent <elaurent@google.com>2014-09-08 09:18:44 -0700
commitb111e7ecc6789dade2818782da6b33e1d187e344 (patch)
tree987e16efb8e8120e059534a50b60a22b71b15147 /include/hardware_legacy/AudioHardwareInterface.h
parentfddda3f935c6eb21c70eede106baa9c85cc5bfdb (diff)
downloadhardware_libhardware_legacy-b111e7ecc6789dade2818782da6b33e1d187e344.zip
hardware_libhardware_legacy-b111e7ecc6789dade2818782da6b33e1d187e344.tar.gz
hardware_libhardware_legacy-b111e7ecc6789dade2818782da6b33e1d187e344.tar.bz2
DO NOT MERGE - openOutputStreamWithFlags should be declared as abstract function
Bug: 17416117. Change-Id: Ia9150944977560ea296c46ddf75da960d6a3e541 Signed-off-by: Qiming Shi <qiming.shi@intel.com>
Diffstat (limited to 'include/hardware_legacy/AudioHardwareInterface.h')
-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 d37da11..6b524a8 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -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 */