- 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.

Change-Id: I59c794f95ba1693425723224114fa975cf9b235f
4 files changed
tree: 8ad3203ba726da5b28d63f25d16c1c761cc97885
  1. camera/
  2. cmds/
  3. drm/
  4. include/
  5. media/
  6. services/