Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:playbackThread

206                 // strategy is only meaningful for PlaybackThread which implements this method
267 // updated by PlaybackThread::readOutputParameters() or
329 // --- PlaybackThread ---
330 class PlaybackThread : public ThreadBase {
351 PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
353 virtual ~PlaybackThread();
449 status_t attachAuxEffect(const sp<AudioFlinger::PlaybackThread::Track> track,
451 status_t attachAuxEffect_l(const sp<AudioFlinger::PlaybackThread::Track> track,
491 // mMasterMute is in both PlaybackThread and in AudioFlinger. When a
492 // PlaybackThread needs to find out if master-muted, it checks it's local
527 PlaybackThread(const Client&);
528 PlaybackThread& operator = (const PlaybackThread&);
639 class MixerThread : public PlaybackThread {
695 class DirectOutputThread : public PlaybackThread {
764 AsyncCallbackThread(const wp<PlaybackThread>& playbackThread);
781 const wp<PlaybackThread> mPlaybackThread;