HomeSort by relevance Sort by last modified time
    Searched refs:getDrmInfo (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
62 mSource->getDrmInfo(handle, client);
NuCachedSource2.h 46 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
  /frameworks/av/include/media/stagefright/
MediaHTTP.h 53 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
FileSource.h 44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
DataSource.h 120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 175 void MediaHTTP::getDrmInfo(
  /frameworks/av/media/libstagefright/
FileSource.cpp 195 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
NuCachedSource2.cpp 684 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
685 mSource->getDrmInfo(handle, client);
DRMExtractor.cpp 250 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 313 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
    [all...]

Completed in 504 milliseconds