From af9d667ccf3e24058214cf4cc0a8aa8bc5100e3c Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 8 Oct 2010 09:21:39 -0700 Subject: OBB: rearrange to be entirely asynchronous Rearrange structure of MountService handling of OBBs to be entirely asynchronous so we don't rely on locking as much. We still need the locking to support dumpsys which has been improved to output all the data structures for OBBs. Added more tests to cover more of the error return codes. Oh and fix a logic inversion bug. Change-Id: I34f541192dbbb1903b24825889b8fa8f43e6e2a9 --- api/current.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 3 deletions(-) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index 2a2200d..5fd7a1b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -131704,9 +131704,97 @@ > - + + + + + + + + + + + + + + + + + - -