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

  /frameworks/base/include/media/stagefright/
FileSource.h 43 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
DataSource.h 87 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/base/media/libstagefright/include/
ChromiumHTTPDataSource.h 48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
NuCachedSource2.h 44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
  /frameworks/base/media/libstagefright/
FileSource.cpp 152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
NuCachedSource2.cpp 610 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
611 mSource->getDrmInfo(handle, client);
DRMExtractor.cpp 244 source->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
AwesomePlayer.cpp 340 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
    [all...]
  /frameworks/base/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 289 void ChromiumHTTPDataSource::getDrmInfo(
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 311 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
    [all...]

Completed in 74 milliseconds