commit | fe1bafecdecd49533c46521057c7c9eeb788d0fa | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Fri Jun 25 17:06:47 2010 -0700 |
committer | James Dong <jdong@google.com> | Mon Jun 28 15:32:26 2010 -0700 |
tree | 5f00f3fb509553d049c2f93e7474562ac7aec94c | |
parent | de1057c4a6aa41c3b88bcc4fd49d70f973f1d9eb [diff] |
Separate MediaRecorderClient with MediaPlayerClient - An alternative would be to define a common base class that both MediaRecorderClient and MediaPlayerClient can derive. But since the common code, onTransact() and notify() uses some Binder code, having a common base class may not gain us too much in terms of code reuse. Change-Id: Ibc06720278ad173fceacff3d267b7060856c6316