commit | dd4397861fd98aefae95e6d6036a96f499eaf8b1 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Sat Jan 27 01:30:27 2018 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Sat Jan 27 02:14:43 2018 +0900 |
tree | 815e9e3000a812975eb760ceeb795e6c115ee25f | |
parent | d21fb560b26be64a588ff96979022ae4d52f5d3a [diff] |
MediaSession2: Fix timing issue Session/Controller needs mProvider. However, if the createProvider() interacts with other components, than other components may use session /controller object before mProvider is set. This CL prevents such issues by calling initialize() to communicate with other components after the provider is set. Test: Run all MediaComponents test once Change-Id: Ic6eb1a7f96a2084b3a011da30a5053aff5620977