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

/frameworks/av/services/audioflinger/
H A DThreads.h895 && mHwSupportsPause
997 bool mHwSupportsPause; member in class:PlaybackThread
H A DThreads.cpp1666 mHwSupportsPause(false), mHwPaused(false), mFlushPending(false)
2353 mHwSupportsPause = false;
2358 mHwSupportsPause = true;
2366 if (!mHwSupportsPause && mOutput->flags & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) {
4929 if (mHwSupportsPause && last && !mHwPaused) {
4976 if (!mHwSupportsPause) {
5054 if (mHwSupportsPause && !mHwPaused && !mStandby) {
5077 if (mHwSupportsPause && !mStandby &&
5085 if (mHwSupportsPause && !mStandby && doHwResume) {
5491 if (mHwSupportsPause
[all...]

Completed in 118 milliseconds