diff options
author | Qiming Shi <qiming.shi@intel.com> | 2014-05-26 08:17:28 +0800 |
---|---|---|
committer | Yin, Fengwei <fengwei.yin@intel.com> | 2014-07-22 16:20:26 +0800 |
commit | 45a038b5d6d8155e577a72febb71822599c37c59 (patch) | |
tree | 45a80d3997618e62a58448015a8b212316c91664 | |
parent | 4248e7c3cc06244b9d80a470e65dc95f862fccfa (diff) | |
download | hardware_libhardware_legacy-45a038b5d6d8155e577a72febb71822599c37c59.zip hardware_libhardware_legacy-45a038b5d6d8155e577a72febb71822599c37c59.tar.gz hardware_libhardware_legacy-45a038b5d6d8155e577a72febb71822599c37c59.tar.bz2 |
openOutputStreamWithFlags should be declared as abstract function
Change-Id: Ia9150944977560ea296c46ddf75da960d6a3e541
Signed-off-by: Qiming Shi <qiming.shi@intel.com>
-rw-r--r-- | include/hardware_legacy/AudioHardwareInterface.h | 2 |
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 */ |