• Home
  • Raw
  • Download

Lines Matching defs:uniqueId

56     int uniqueId = -1;  in addUniqueId()  local
78 void DrmManager::removeUniqueId(int uniqueId) { in removeUniqueId()
127 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) { in setDrmServiceListener()
137 void DrmManager::addClient(int uniqueId) { in addClient()
149 void DrmManager::removeClient(int uniqueId) { in removeClient()
158 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { in getConstraints()
168 DrmMetadata* DrmManager::getMetadata(int uniqueId, const String8* path) { in getMetadata()
178 bool DrmManager::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle()
197 DrmInfoStatus* DrmManager::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) { in processDrmInfo()
207 bool DrmManager::canHandle(int uniqueId, const String8& path) { in canHandle()
222 DrmInfo* DrmManager::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest) { in acquireDrmInfo()
232 status_t DrmManager::saveRights(int uniqueId, const DrmRights& drmRights, in saveRights()
244 String8 DrmManager::getOriginalMimeType(int uniqueId, const String8& path, int fd) { in getOriginalMimeType()
254 int DrmManager::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { in getDrmObjectType()
264 int DrmManager::checkRightsStatus(int uniqueId, const String8& path, int action) { in checkRightsStatus()
275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
286 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
297 int uniqueId, const String8& path, int action, const ActionDescription& description) { in validateAction()
307 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights()
318 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights()
331 int DrmManager::openConvertSession(int uniqueId, const String8& mimeType) { in openConvertSession()
349 int uniqueId, int convertId, const DrmBuffer* inputData) { in convertData()
360 DrmConvertedStatus* DrmManager::closeConvertSession(int uniqueId, int convertId) { in closeConvertSession()
405 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { in openDecryptSession()
434 int uniqueId, const char* uri, const char* mime) { in openDecryptSession()
463 int uniqueId, const DrmBuffer& buf, const String8& mimeType) { in openDecryptSession()
492 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
506 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit()
516 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
530 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
540 ssize_t DrmManager::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()
553 int uniqueId, const String8& path, const String8& mimeType) { in getSupportedPlugInId()
580 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { in getSupportedPlugInIdFromPath()
603 int uniqueId = mServiceListeners.keyAt(index); in onInfo() local