HomeSort by relevance Sort by last modified time
    Searched refs:onRemoveAllRights (Results 1 - 6 of 6) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 66 status_t onRemoveAllRights(int uniqueId);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 102 return onRemoveAllRights(uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 261 status_t onRemoveAllRights(int uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 311 virtual status_t onRemoveAllRights(int uniqueId) = 0;
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 206 status_t DrmPassthruPlugIn::onRemoveAllRights(int uniqueId) {
207 ALOGV("DrmPassthruPlugIn::onRemoveAllRights() : %d", uniqueId);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 359 status_t FwdLockEngine::onRemoveAllRights(int uniqueId) {
361 LOG_VERBOSE("FwdLockEngine::onRemoveAllRights");

Completed in 1996 milliseconds