OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asset_id
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
ClearKeyFetcherTest.cpp
93
uint64_t
asset_id
;
local
95
EXPECT_EQ(OK, fetcher.ObtainKey(ecm_, &
asset_id
, &keys));
/frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.cpp
314
uint64_t
asset_id
;
local
316
status_t err = keyFetcher->ObtainKey(mEcmBuffer, &
asset_id
, &keys);
ecm.h
52
// the
asset_id
, system_id, and content_key (clear).
112
// Entitlement Control Message. It contains clear fields. The
asset_id
131
//
asset_id
is 0.
144
// ecm_generator::DecodeEcmClearFields if
asset_id
is 0.
148
// -
asset_id
in |asset_from_emm| does not match
asset_id
in serialized Ecm.
149
// Preconditions: |asset_from_emm| must contain
asset_id
and asset_key fields.
150
// Postconditions:
asset_id
() and system_id() are populated with non-zero
170
// |
asset_id
| from the server.
172
inline uint64_t
asset_id
() const { return asset_id_;
function in class:android::clearkeycas::Ecm
[
all
...]
Completed in 61 milliseconds