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

  /frameworks/av/include/drm/
drm_framework_common.h 52 * copy control settings used in DecryptHandle::copyControlVector
303 KeyedVector<DrmCopyControl, int> copyControlVector;
  /frameworks/av/drm/common/
IDrmManagerService.cpp 47 int size = handle->copyControlVector.size();
50 data->writeInt32(handle->copyControlVector.keyAt(i));
51 data->writeInt32(handle->copyControlVector.valueAt(i));
83 handle->copyControlVector.add(key, value);
109 handle->copyControlVector.clear();
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 575 decryptHandle->copyControlVector.clear();

Completed in 163 milliseconds