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

/frameworks/av/include/media/stagefright/
H A DThrottledSource.h61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in struct:android::ThrottledSource
62 mSource->getDrmInfo(handle, client);
H A DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DDataSource.h111 virtual void getDrmInfo(sp<DecryptHandle> &/*handle*/, DrmManagerClient ** /*client*/) {}; function in class:android::DataSource
/frameworks/av/media/libstagefright/foundation/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 DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DDataSource.h111 virtual void getDrmInfo(sp<DecryptHandle> &/*handle*/, DrmManagerClient ** /*client*/) {}; function in class:android::DataSource
/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 DFileSource.h48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DMediaHTTP.h53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DNuCachedSource2.h46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
H A DDataSource.h111 virtual void getDrmInfo(sp<DecryptHandle> &/*handle*/, DrmManagerClient ** /*client*/) {}; function in class:android::DataSource
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp179 void MediaHTTP::getDrmInfo( function in class:android::MediaHTTP
/frameworks/av/media/libstagefright/
H A DFileSource.cpp197 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);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java4167 public DrmInfo getDrmInfo() method in class:MediaPlayer
4171 // there is not much point if the app calls getDrmInfo within an OnDrmInfoListenet;
4214 * from the source through {@code getDrmInfo} or registering a {@code onDrmInfoListener}.

Completed in 362 milliseconds