commit | 4c038b46a4344e19b7ac15d0a6f8488a78a27ef8 | [log] [tgz] |
---|---|---|
author | Manish Dewangan <manish@codeaurora.org> | Tue Jun 20 17:57:11 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Aug 09 23:45:04 2017 -0700 |
tree | 783ca07bf6d0ce9b102bace3eada971c61adde2e | |
parent | 1138048e29f8eb31d84a2236117400d7c53fc6ef [diff] |
hal: test: Fix crash issue during multistream playback - At EOS crash is seen during multi stream(Main and Assoc) playback. This happens if Main stream ends before Assoc stream. Here Main stream thread force closes Associated stream in Main stream thread context while Associated thread is still accessing resorces. -Fix this by avoiding force close of assoc stream in main thread context. CRs-Fixed: 2061208 Change-Id: Ib6e6ce763187eef48ae54a1e33ce898712a2c289