Use local status for convert profile
When converting and filtering the list of audio profile from native to Java, if we reuse the global jStatus for the profiles loop, a wrong value for the last element can propagate as the global return value. Using a local status fixes the issue.
Bug: 246759253
Change-Id: Ifd2bd3cb2b2252c08055c95375fe499e3f23ce02
Test: atest DirectAudioProfilesForAttributesTest
(cherry picked from commit 4469c2a06379c4c53f744add3091834047b20fe8)
Merged-In: Ifd2bd3cb2b2252c08055c95375fe499e3f23ce02
1 file changed