summaryrefslogtreecommitdiff
path: root/tools/aidl/generate_java.cpp
diff options
context:
space:
mode:
authorDavid Sobreira Marques <dpsmarques@gmail.com>2011-04-17 12:46:50 -0300
committerDavid Sobreira Marques <dpsmarques@gmail.com>2011-05-20 20:14:56 -0300
commitd7784628368404ff53caf080640cd9ff32775fd3 (patch)
treebd8b1eb60bb6a55bbdb0b0ca512e4809a053daff /tools/aidl/generate_java.cpp
parenteb8171bcff9bd980dbdfc99b2d843a5bcc0ae3e5 (diff)
Fixing concurrency issue on IccPhoneBookInterfaceManager.
All the reads/updates methods are synchronous calls that rely on an unique lock object in order to wait for the asynchronous simcard operations to complete and return appropriate results Concurent calls to these methods will cause errors when one completed operation will unlock all waiting calls generating inconsistent results on some of the method calls. Change-Id: I8b87004ac039bcb971b8369f7640281f1bf9eb35 Signed-off-by: David Sobreira Marques <dpsmarques@gmail.com>
Diffstat (limited to 'tools/aidl/generate_java.cpp')
0 files changed, 0 insertions, 0 deletions