Loading services/audioflinger/AudioFlinger.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -976,9 +976,10 @@ sp<IAudioTrack> AudioFlinger::createTrack(const CreateTrackInput& input, } } } if ((output.flags & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) == AUDIO_OUTPUT_FLAG_HW_AV_SYNC) { setAudioHwSyncForSession_l(thread, sessionId); } } if (lStatus != NO_ERROR) { // remove local strong reference to Client before deleting the Track so that the Loading Loading
services/audioflinger/AudioFlinger.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -976,9 +976,10 @@ sp<IAudioTrack> AudioFlinger::createTrack(const CreateTrackInput& input, } } } if ((output.flags & AUDIO_OUTPUT_FLAG_HW_AV_SYNC) == AUDIO_OUTPUT_FLAG_HW_AV_SYNC) { setAudioHwSyncForSession_l(thread, sessionId); } } if (lStatus != NO_ERROR) { // remove local strong reference to Client before deleting the Track so that the Loading