Searched refs:usesHwAvSync (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h894 bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL) function in class:PlaybackThread
H A DThreads.cpp5125 if (mHwPaused || (usesHwAvSync() && mStandby)) {
5164 if ((mType == DIRECT) && audio_is_linear_pcm(mFormat) && !usesHwAvSync()) {
5284 if (usesHwAvSync()) {

Completed in 171 milliseconds