Searched defs:getDrmInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DDataSource.h89 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {}; function in class:android::DataSource
/frameworks/av/media/libstagefright/
H A DFileSource.cpp152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::FileSource
H A DNuCachedSource2.cpp619 void NuCachedSource2::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) { function in class:android::NuCachedSource2
620 mSource->getDrmInfo(handle, client);
/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);
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp303 void ChromiumHTTPDataSource::getDrmInfo( function in class:android::ChromiumHTTPDataSource

Completed in 100 milliseconds