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

  /frameworks/av/media/libmedia/
IDataSource.cpp 127 handle->copyControlVector.add(key, value);
201 size_t size = handle->copyControlVector.size();
204 reply->writeInt32(handle->copyControlVector.keyAt(i));
205 reply->writeInt32(handle->copyControlVector.valueAt(i));
  /frameworks/av/include/drm/
drm_framework_common.h 52 * copy control settings used in DecryptHandle::copyControlVector
299 KeyedVector<DrmCopyControl, int> copyControlVector;
  /frameworks/av/drm/common/
IDrmManagerService.cpp 48 int size = handle->copyControlVector.size();
51 data->writeInt32(handle->copyControlVector.keyAt(i));
52 data->writeInt32(handle->copyControlVector.valueAt(i));
84 handle->copyControlVector.add(key, value);
110 handle->copyControlVector.clear();
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 581 decryptHandle->copyControlVector.clear();

Completed in 94 milliseconds