summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/AudioHardwareInterface.h
diff options
context:
space:
mode:
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 6328063..b08fece 100644
--- a/include/hardware_legacy/AudioHardwareInterface.h
+++ b/include/hardware_legacy/AudioHardwareInterface.h
@@ -120,7 +120,7 @@ public:
/**
* Return a recent count of the number of audio frames presented to an external observer.
*/
- virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
+ virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp) = 0;
};