Home
last modified time | relevance | path

Searched refs:FetchLicense (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyLicenseFetcher.cpp35 status_t ClearKeyLicenseFetcher::FetchLicense( in FetchLicense() function in android::clearkeycas::ClearKeyLicenseFetcher
DLicenseFetcher.h39 virtual status_t FetchLicense(
DClearKeyLicenseFetcher.h33 virtual status_t FetchLicense(uint64_t asset_id, Asset* asset);
DClearKeyFetcher.cpp98 status = license_fetcher_->FetchLicense(*asset_id, &asset_); in ObtainKey()