commit | 532bc1cb7da9fdbf34893fa48b2ae11f54cf6a8e | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Apr 20 12:45:03 2012 -0700 |
committer | Eric Laurent <elaurent@google.com> | Fri Apr 20 16:26:07 2012 -0700 |
tree | 72be7c81c2d49b80ce73504c1adb4e2c02e54160 | |
parent | 0b568ff17983ee84b6099e28c89cac414abd0739 [diff] |
Fix threading issues in AudioRecord JNI Made native AudioRecord ref based to allow use of strong pointers in JNI and solve concurrency issues between read() and release() in particular. Applied the same fixes to AudioTrack JNI. Issue 6254582. Change-Id: I381a66cb00b6639f87f4fcd19a2e202d1a4e6704