Searched refs:getDrmInfo (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in struct:android::ThrottledSource
62 mSource->getDrmInfo(handle, client);
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/include/media/stagefright/
H A DFileSource.h44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DDataSource.h120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; function in class:android::DataSource
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp175 void MediaHTTP::getDrmInfo( function in class:android::MediaHTTP
/frameworks/av/media/libstagefright/
H A DFileSource.cpp195 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::FileSource
H A DNuCachedSource2.cpp684 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::NuCachedSource2
685 mSource->getDrmInfo(handle, client);
H A DDRMExtractor.cpp250 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp313 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);

Completed in 483 milliseconds