Lines Matching defs:uniqueId

176     int uniqueId = -1;  in addUniqueId()  local
198 void DrmManager::removeUniqueId(int uniqueId) { in removeUniqueId()
242 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) { in setDrmServiceListener()
252 void DrmManager::addClient(int uniqueId) { in addClient()
264 void DrmManager::removeClient(int uniqueId) { in removeClient()
273 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { in getConstraints()
287 DrmMetadata* DrmManager::getMetadata(int uniqueId, const String8* path) { in getMetadata()
301 bool DrmManager::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle()
324 DrmInfoStatus* DrmManager::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) { in processDrmInfo()
339 bool DrmManager::canHandle(int uniqueId, const String8& path) { in canHandle()
355 DrmInfo* DrmManager::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest) { in acquireDrmInfo()
370 status_t DrmManager::saveRights(int uniqueId, const DrmRights& drmRights, in saveRights()
386 String8 DrmManager::getOriginalMimeType(int uniqueId, const String8& path, int fd) { in getOriginalMimeType()
400 int DrmManager::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { in getDrmObjectType()
414 int DrmManager::checkRightsStatus(int uniqueId, const String8& path, int action) { in checkRightsStatus()
429 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
440 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
451 int uniqueId, const String8& path, int action, const ActionDescription& description) { in validateAction()
461 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights()
475 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights()
489 int DrmManager::openConvertSession(int uniqueId, const String8& mimeType) { in openConvertSession()
508 int uniqueId, int convertId, const DrmBuffer* inputData) { in convertData()
519 DrmConvertedStatus* DrmManager::closeConvertSession(int uniqueId, int convertId) { in closeConvertSession()
564 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { in openDecryptSession()
594 int uniqueId, const char* uri, const char* mime) { in openDecryptSession()
624 int uniqueId, const DrmBuffer& buf, const String8& mimeType) { in openDecryptSession()
653 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
667 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
678 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
692 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
702 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
715 int uniqueId, const String8& path, const String8& mimeType) { in getSupportedPlugInId()
742 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { in getSupportedPlugInIdFromPath()
765 int uniqueId = mServiceListeners.keyAt(index); in onInfo() local