Searched refs:FetchLicense (Results 1 – 4 of 4) sorted by relevance
35 status_t ClearKeyLicenseFetcher::FetchLicense( in FetchLicense() function in android::clearkeycas::ClearKeyLicenseFetcher
39 virtual status_t FetchLicense(
33 virtual status_t FetchLicense(uint64_t asset_id, Asset* asset);
98 status = license_fetcher_->FetchLicense(*asset_id, &asset_); in ObtainKey()