Lines Matching defs:uniqueId
177 int uniqueId = -1; in addUniqueId() local
199 void DrmManager::removeUniqueId(int uniqueId) { in removeUniqueId()
247 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) { in setDrmServiceListener()
257 void DrmManager::addClient(int uniqueId) { in addClient()
269 void DrmManager::removeClient(int uniqueId) { in removeClient()
278 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { in getConstraints()
292 DrmMetadata* DrmManager::getMetadata(int uniqueId, const String8* path) { in getMetadata()
306 bool DrmManager::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle()
329 DrmInfoStatus* DrmManager::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) { in processDrmInfo()
344 bool DrmManager::canHandle(int uniqueId, const String8& path) { in canHandle()
360 DrmInfo* DrmManager::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest) { in acquireDrmInfo()
375 status_t DrmManager::saveRights(int uniqueId, const DrmRights& drmRights, in saveRights()
391 String8 DrmManager::getOriginalMimeType(int uniqueId, const String8& path, int fd) { in getOriginalMimeType()
405 int DrmManager::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { in getDrmObjectType()
419 int DrmManager::checkRightsStatus(int uniqueId, const String8& path, int action) { in checkRightsStatus()
434 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
445 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
456 int uniqueId, const String8& path, int action, const ActionDescription& description) { in validateAction()
466 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights()
480 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights()
494 int DrmManager::openConvertSession(int uniqueId, const String8& mimeType) { in openConvertSession()
513 int uniqueId, int convertId, const DrmBuffer* inputData) { in convertData()
524 DrmConvertedStatus* DrmManager::closeConvertSession(int uniqueId, int convertId) { in closeConvertSession()
569 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { in openDecryptSession()
599 int uniqueId, const char* uri, const char* mime) { in openDecryptSession()
629 int uniqueId, const DrmBuffer& buf, const String8& mimeType) { in openDecryptSession()
658 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
672 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
683 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
697 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
707 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
720 int uniqueId, const String8& path, const String8& mimeType) { in getSupportedPlugInId()
747 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { in getSupportedPlugInIdFromPath()
770 int uniqueId = mServiceListeners.keyAt(index); in onInfo() local