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

/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h80 friend class OffloadThread;
H A DThreads.h32 OFFLOAD // Thread class is OffloadThread
988 class OffloadThread : public DirectOutputThread {
991 OffloadThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
993 virtual ~OffloadThread() {};
H A DAudioFlinger.h456 class OffloadThread;
H A DThreads.cpp5180 AudioFlinger::OffloadThread::OffloadThread(const sp<AudioFlinger>& audioFlinger, function in class:android::AudioFlinger::OffloadThread
5190 void AudioFlinger::OffloadThread::threadLoop_exit()
5206 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::OffloadThread::prepareTracks_l(
5216 ALOGV("OffloadThread::prepareTracks_l active tracks %zu", count);
5298 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
5340 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
5349 ALOGV("OffloadThread: underrun and STOPPING_1 -> draining, STOPPING_2");
5389 ALOGV("OffloadThread: BUFFER TIMEOUT: remove(%d) from active list",
5425 bool AudioFlinger::OffloadThread
[all...]
H A DAudioFlinger.cpp1873 thread = new OffloadThread(this, outputStream, *output, devices, mSystemReady);

Completed in 365 milliseconds