OSDN Git Service

am 7ea3c7f5: Merge "- Some change on the DrmManager in order to support feature reque...
authorGloria Wang <gwang@google.com>
Mon, 14 Mar 2011 16:35:08 +0000 (09:35 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Mon, 14 Mar 2011 16:35:08 +0000 (09:35 -0700)
commitdc87971f7214445fa5ecde0809c5ee63fb10471b
treeaab456746a87080f3777cd2506e94fae18f43931
parent817b0a5efde8726a293ffd8ed5396470a5c89553
parent50e4bf4895cb303ba9a68de044b984d61851cef0
am 7ea3c7f5: Merge "- Some change on the DrmManager in order to support feature request 4082089.     In DrmManager, we currently lock both processDrmInfo() and onInfo() which is     ok for now since processDrmInfo() is async call, and it will return without     waitin

* commit '7ea3c7f5a31dcc40d3b5042e3eb724916b66384e':
  - Some change on the DrmManager in order to support feature request 4082089.     In DrmManager, we currently lock both processDrmInfo() and onInfo() which is     ok for now since processDrmInfo() is async call, and it will return without     waiting for onInfo() call. However, if we send an event in processDrmInfo(),     we will got deadlock here because we need to invoke onInf() which will wait     for processDrmInfo() to release the lock. Use different lock for onInfo(). - Remove some redundent mutex lock.