Lines Matching defs:uniqueId
56 int uniqueId = -1; in addUniqueId() local
78 void DrmManager::removeUniqueId(int uniqueId) { in removeUniqueId()
122 int uniqueId, const sp<IDrmServiceListener>& drmServiceListener) { in setDrmServiceListener()
132 void DrmManager::addClient(int uniqueId) { in addClient()
144 void DrmManager::removeClient(int uniqueId) { in removeClient()
153 DrmConstraints* DrmManager::getConstraints(int uniqueId, const String8* path, const int action) { in getConstraints()
163 DrmMetadata* DrmManager::getMetadata(int uniqueId, const String8* path) { in getMetadata()
173 bool DrmManager::canHandle(int uniqueId, const String8& path, const String8& mimeType) { in canHandle()
192 DrmInfoStatus* DrmManager::processDrmInfo(int uniqueId, const DrmInfo* drmInfo) { in processDrmInfo()
202 bool DrmManager::canHandle(int uniqueId, const String8& path) { in canHandle()
217 DrmInfo* DrmManager::acquireDrmInfo(int uniqueId, const DrmInfoRequest* drmInfoRequest) { in acquireDrmInfo()
227 status_t DrmManager::saveRights(int uniqueId, const DrmRights& drmRights, in saveRights()
239 String8 DrmManager::getOriginalMimeType(int uniqueId, const String8& path, int fd) { in getOriginalMimeType()
249 int DrmManager::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { in getDrmObjectType()
259 int DrmManager::checkRightsStatus(int uniqueId, const String8& path, int action) { in checkRightsStatus()
270 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
281 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
292 int uniqueId, const String8& path, int action, const ActionDescription& description) { in validateAction()
302 status_t DrmManager::removeRights(int uniqueId, const String8& path) { in removeRights()
313 status_t DrmManager::removeAllRights(int uniqueId) { in removeAllRights()
326 int DrmManager::openConvertSession(int uniqueId, const String8& mimeType) { in openConvertSession()
344 int uniqueId, int convertId, const DrmBuffer* inputData) { in convertData()
355 DrmConvertedStatus* DrmManager::closeConvertSession(int uniqueId, int convertId) { in closeConvertSession()
400 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { in openDecryptSession()
429 int uniqueId, const char* uri, const char* mime) { in openDecryptSession()
458 int uniqueId, const DrmBuffer& buf, const String8& mimeType) { in openDecryptSession()
486 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
500 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
511 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
525 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
535 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
548 int uniqueId, const String8& path, const String8& mimeType) { in getSupportedPlugInId()
575 String8 DrmManager::getSupportedPlugInIdFromPath(int uniqueId, const String8& path) { in getSupportedPlugInIdFromPath()
598 int uniqueId = mServiceListeners.keyAt(index); in onInfo() local