OSDN Git Service

Change ICommonClock marshallers to return explicit error codes.
authorJohn Grossman <johngro@google.com>
Tue, 17 Jan 2012 18:24:58 +0000 (10:24 -0800)
committerJohn Grossman <johngro@google.com>
Sat, 4 Feb 2012 01:45:30 +0000 (17:45 -0800)
commitfa5643ffb4f16a68ad355a191383bf2b1a21d468
tree61718c95e6c96b2fb5d0fd3f56789f0647d2ede6
parent1e41d7016ce710df3b9689f20862a984f5f20f08
Change ICommonClock marshallers to return explicit error codes.

Change the ICommonClock marshallers to return an explicit error with
each transaction.  This makes it easier to disambiguate between binder
errors (dead object due to the service crashing) vs. runtime errors
(cannot return common time due to lack of sync)

Change-Id: I2182cf0cfb2e11b4669f392554f104ef7c4bca8b
media/common_time/ICommonClock.cpp