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

  /frameworks/av/media/libstagefright/
FileSource.cpp 156 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
NuCachedSource2.cpp 673 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
674 mSource->getDrmInfo(handle, client);
  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
62 mSource->getDrmInfo(handle, client);
  /frameworks/av/include/media/stagefright/
DataSource.h 102 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 169 void MediaHTTP::getDrmInfo(

Completed in 84 milliseconds