Loading services/audiopolicy/managerdefault/AudioPolicyManager.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2222,6 +2222,8 @@ bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadI } } // Check if streaming is off, then only allow offload as of now. // Check if streaming is off, then only allow offload as of now. // This is a temporary work around until the root cause is fixed in offload // playback path. if (offloadInfo.is_streaming) if (offloadInfo.is_streaming) { { ALOGV("isOffloadSupported: is_streaming == true, returning false"); ALOGV("isOffloadSupported: is_streaming == true, returning false"); Loading Loading
services/audiopolicy/managerdefault/AudioPolicyManager.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -2222,6 +2222,8 @@ bool AudioPolicyManager::isOffloadSupported(const audio_offload_info_t& offloadI } } // Check if streaming is off, then only allow offload as of now. // Check if streaming is off, then only allow offload as of now. // This is a temporary work around until the root cause is fixed in offload // playback path. if (offloadInfo.is_streaming) if (offloadInfo.is_streaming) { { ALOGV("isOffloadSupported: is_streaming == true, returning false"); ALOGV("isOffloadSupported: is_streaming == true, returning false"); Loading