Home
last modified time | relevance | path

Searched refs:secondaryThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3879 IAfPlaybackThread* const secondaryThread = checkPlaybackThread_l(secondaryOutput); in updateSecondaryOutputsForTrack_l() local
3880 if (secondaryThread == nullptr) { in updateSecondaryOutputsForTrack_l()
3887 size_t sinkFrameCount = secondaryThread->frameCount() * track->sampleRate() in updateSecondaryOutputsForTrack_l()
3888 / secondaryThread->sampleRate(); in updateSecondaryOutputsForTrack_l()
3905 [&] { audio_utils::lock_guard _l(secondaryThread->mutex()); in updateSecondaryOutputsForTrack_l()
3906 return secondaryThread->latency_l(); }(), in updateSecondaryOutputsForTrack_l()
3907 secondaryThread->frameCount(), // normal frame count in updateSecondaryOutputsForTrack_l()
3908 secondaryThread->sampleRate(), in updateSecondaryOutputsForTrack_l()
3941 sp<IAfPatchTrack> patchTrack = IAfPatchTrack::create(secondaryThread, in updateSecondaryOutputsForTrack_l()
3959 secondaryThread->addPatchTrack(patchTrack); in updateSecondaryOutputsForTrack_l()