From 9a54bc27876acd5d8be5b1fc3dc46701fe76fbb3 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Mon, 9 Sep 2013 09:08:44 -0700 Subject: audioflinger: add HOTWORD audio source. HOTWORD is a special capture audio source that uses the same audio tuning as VOICE_RECOGNITION but allows an active capture to be preempted. Bug: 10640877. Change-Id: Iea09a11cbcdbacc8d434e5230e7559dcd1b44ac0 --- services/audioflinger/RecordTracks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'services/audioflinger/RecordTracks.h') diff --git a/services/audioflinger/RecordTracks.h b/services/audioflinger/RecordTracks.h index ffe3e9f..cd8f70c 100644 --- a/services/audioflinger/RecordTracks.h +++ b/services/audioflinger/RecordTracks.h @@ -36,6 +36,7 @@ public: void destroy(); + void invalidate(); // clear the buffer overflow flag void clearOverflow() { mOverflow = false; } // set the buffer overflow flag and return previous value -- cgit v1.1