commit | af9d667ccf3e24058214cf4cc0a8aa8bc5100e3c | [log] [tgz] |
---|---|---|
author | Kenny Root <[email protected]> | Fri Oct 08 09:21:39 2010 -0700 |
committer | Kenny Root <[email protected]> | Mon Oct 11 17:22:03 2010 -0700 |
tree | c59adbe6d27cf236d6920f689dd237a115fef3f9 | |
parent | ce2f1909c74a1b90995f06a865d21260b062300b [diff] |
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