summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioStreamOutSink.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/AudioStreamOutSink.h')
-rw-r--r--services/audioflinger/AudioStreamOutSink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/audioflinger/AudioStreamOutSink.h b/services/audioflinger/AudioStreamOutSink.h
index 1eff3f6..5976b18 100644
--- a/services/audioflinger/AudioStreamOutSink.h
+++ b/services/audioflinger/AudioStreamOutSink.h
@@ -47,6 +47,11 @@ public:
virtual ssize_t write(const void *buffer, size_t count);
+ // AudioStreamOutSink wraps a HAL's output stream. Its
+ // getNextWriteTimestamp method is simply a passthru to the HAL's underlying
+ // implementation of GNWT (if any)
+ virtual status_t getNextWriteTimestamp(int64_t *timestamp);
+
// NBAIO_Sink end
#if 0 // until necessary