Loading services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ protected: virtual bool waitingAsyncCallback_l(); virtual void invalidateTracks(audio_stream_type_t streamType); virtual bool keepWakeLock() const { return mKeepWakeLock; } virtual bool keepWakeLock() const { return (mKeepWakeLock || (mDrainSequence & 1)); } private: size_t mPausedWriteLength; // length in bytes of write interrupted by pause Loading Loading
services/audioflinger/Threads.h +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ protected: virtual bool waitingAsyncCallback_l(); virtual void invalidateTracks(audio_stream_type_t streamType); virtual bool keepWakeLock() const { return mKeepWakeLock; } virtual bool keepWakeLock() const { return (mKeepWakeLock || (mDrainSequence & 1)); } private: size_t mPausedWriteLength; // length in bytes of write interrupted by pause Loading