Searched refs:getDrmInfo (Results 1 - 11 of 11) sorted by last modified time

/frameworks/av/include/media/stagefright/
H A DDataSource.h97 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; function in class:android::DataSource
H A DFileSource.h44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp289 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp383 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
H A DDRMExtractor.cpp239 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
H A DFileSource.cpp152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::FileSource
H A DNuCachedSource2.cpp666 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::NuCachedSource2
667 mSource->getDrmInfo(handle, client);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp167 void MediaHTTP::getDrmInfo( function in class:android::MediaHTTP
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in struct:android::ThrottledSource
62 mSource->getDrmInfo(handle, client);

Completed in 91 milliseconds