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 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);
  /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 120 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 175 void MediaHTTP::getDrmInfo(

Completed in 71 milliseconds