commit | 2eedae30c80c7e339f74530a44b315bcc8ef5e9e | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Mon Feb 14 16:42:23 2022 -0500 |
committer | Atneya Nair <atneya@google.com> | Mon Feb 14 20:45:09 2022 -0500 |
tree | 33732b7fa1765a8162d77b98c2aaf3130be19d45 | |
parent | 6dbe7f533395c102a5703451eba448511f8c9df2 [diff] |
Fix AudioSource fromExisting assert fail - AudioSource::set can be called during ctor, during which there will be no existing refs, causing fromExisting to fail. - Removing the fromExisting check - Remove unnecessary promotions before thread creation in AudioRecord Bug: 219554785 Test: atest CtsCameraTestCases atest android.hardware.cts.CameraTest Change-Id: I8c8615e39a0e7fa931704b5e505a8e703ab75625