Searched refs:OffloadThread (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h83 friend class OffloadThread;
H A DThreads.h32 OFFLOAD // Thread class is OffloadThread
1011 class OffloadThread : public DirectOutputThread {
1014 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
1016 virtual ~OffloadThread() {};
H A DAudioFlinger.h456 class OffloadThread;
H A DThreads.cpp5392 AudioFlinger::OffloadThread::OffloadThread(const sp<AudioFlinger>& audioFlinger, function in class:android::AudioFlinger::OffloadThread
5403 void AudioFlinger::OffloadThread::threadLoop_exit()
5419 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::OffloadThread::prepareTracks_l(
5429 ALOGV("OffloadThread::prepareTracks_l active tracks %zu", count);
5513 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
5557 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
5566 ALOGV("OffloadThread: underrun and STOPPING_1 -> draining, STOPPING_2");
5623 ALOGV("OffloadThread: BUFFER TIMEOUT: remove(%d) from active list",
5660 bool AudioFlinger::OffloadThread
[all...]
H A DAudioFlinger.cpp1882 thread = new OffloadThread(this, outputStream, *output, devices, mSystemReady);

Completed in 77 milliseconds