Loading services/audioflinger/AudioFlinger.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -4567,6 +4567,10 @@ NO_THREAD_SAFETY_ANALYSIS if ((pt->type() == IAfThreadBase::MIXER || pt->type() == IAfThreadBase::OFFLOAD) && ((sessionType & IAfThreadBase::EFFECT_SESSION) != 0)) { srcThread = pt.get(); if (srcThread == dstThread) { ALOGD("%s() same dst and src threads, ignoring move", __func__); return NO_ERROR; } ALOGW("%s() found srcOutput %d hosting AUDIO_SESSION_OUTPUT_MIX", __func__, pt->id()); break; Loading Loading
services/audioflinger/AudioFlinger.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -4567,6 +4567,10 @@ NO_THREAD_SAFETY_ANALYSIS if ((pt->type() == IAfThreadBase::MIXER || pt->type() == IAfThreadBase::OFFLOAD) && ((sessionType & IAfThreadBase::EFFECT_SESSION) != 0)) { srcThread = pt.get(); if (srcThread == dstThread) { ALOGD("%s() same dst and src threads, ignoring move", __func__); return NO_ERROR; } ALOGW("%s() found srcOutput %d hosting AUDIO_SESSION_OUTPUT_MIX", __func__, pt->id()); break; Loading