summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2015-01-07 15:57:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-07 15:57:49 +0000
commit69158e3e7b565a5ca131a2efaa9b76615ca80cbb (patch)
tree4dfbea14cb9503808fab3f532c1335d457142e40 /services/audioflinger/Threads.h
parent644afb88421ac0e71d526f9b6726404a90c7cccd (diff)
parent6ab33981d45cd69e683a143fec6530e66bd3e371 (diff)
downloadframeworks_av-69158e3e7b565a5ca131a2efaa9b76615ca80cbb.zip
frameworks_av-69158e3e7b565a5ca131a2efaa9b76615ca80cbb.tar.gz
frameworks_av-69158e3e7b565a5ca131a2efaa9b76615ca80cbb.tar.bz2
am 6ab33981: am 610255e8: Merge "audioflinger: pause HW A/V sync output when AudioTrack underruns" into lmp-mr1-dev
* commit '6ab33981d45cd69e683a143fec6530e66bd3e371': audioflinger: pause HW A/V sync output when AudioTrack underruns
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index f5d0e27..1088843 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -710,6 +710,9 @@ protected:
audio_patch_handle_t *handle);
virtual status_t releaseAudioPatch_l(const audio_patch_handle_t handle);
+ bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL) &&
+ (mOutput->flags & AUDIO_OUTPUT_FLAG_HW_AV_SYNC); }
+
private:
friend class AudioFlinger; // for numerous