Searched refs:DecryptHandle (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/av/drm/common/
H A DIDrmManagerService.cpp42 const DecryptHandle* handle, Parcel* data) {
70 DecryptHandle* handle, const Parcel& data) {
102 static void clearDecryptHandle(DecryptHandle* handle) {
417 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
434 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
606 DecryptHandle* BpDrmManagerService::openDecryptSession(
624 DecryptHandle* handle = NULL;
626 handle = new DecryptHandle();
632 DecryptHandle* BpDrmManagerService::openDecryptSession(
649 DecryptHandle* handl
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
286 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
404 DecryptHandle* DrmManager::openDecryptSession(
411 DecryptHandle* handle = new DecryptHandle();
433 DecryptHandle* DrmManager::openDecryptSession(
439 DecryptHandle* handle = new DecryptHandle();
462 DecryptHandle* DrmManager::openDecryptSession(
468 DecryptHandle* handl
[all...]
/frameworks/av/media/libmedia/
H A DIDataSource.cpp90 virtual sp<DecryptHandle> DrmInitialization(const char *mime) {
100 sp<DecryptHandle> handle;
102 handle = new DecryptHandle();
179 sp<DecryptHandle> handle = DrmInitialization(mime);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.h50 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
H A Dandroid_media_MediaDataSource.cpp163 sp<DecryptHandle> JMediaDataSource::DrmInitialization(const char * /* mime */) {
/frameworks/av/include/media/stagefright/
H A DDataSource.h117 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) {
120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp112 sp<DecryptHandle> CallbackDataSource::DrmInitialization(const char *mime) {
186 sp<DecryptHandle> TinyCacheSource::DrmInitialization(const char *mime) {
H A DDRMExtractor.cpp39 const sp<DecryptHandle> &decryptHandle,
54 sp<DecryptHandle> mDecryptHandle;
68 const sp<DecryptHandle> &decryptHandle,
287 sp<DecryptHandle> decryptHandle = source->DrmInitialization();
H A DFileSource.cpp173 sp<DecryptHandle> FileSource::DrmInitialization(const char *mime) {
195 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
H A DMediaExtractor.cpp91 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
138 sp<DecryptHandle> RemoteDataSource::DrmInitialization(const char *mime) {
H A DNuCachedSource2.cpp680 sp<DecryptHandle> NuCachedSource2::DrmInitialization(const char* mime) {
684 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp153 sp<DecryptHandle> MediaHTTP::DrmInitialization(const char* mime) {
176 sp<DecryptHandle> &handle, DrmManagerClient **client) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h30 class DecryptHandle;
225 sp<DecryptHandle> mDecryptHandle;

Completed in 643 milliseconds

12