Home | History | Annotate | Download | only in include

Lines Matching refs:sp

72             int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener);
193 virtual status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
343 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
355 virtual status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle,
375 virtual status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
387 virtual status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId);
400 virtual ssize_t pread(int uniqueId, sp<DecryptHandle> &decryptHandle,
414 sp<DrmManagerClient::OnInfoListener> mOnInfoListener;
425 static sp<DeathNotifier> sDeathNotifier;
426 static sp<IDrmManagerService> sDrmManagerService;
427 static const sp<IDrmManagerService>& getDrmManagerService();