OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refreshEntitlements
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.h
100
virtual status_t
refreshEntitlements
(
ClearKeyCasPlugin.cpp
239
status_t ClearKeyCasPlugin::
refreshEntitlements
(
241
ALOGV("
refreshEntitlements
: refreshType=%d", refreshType);
/frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.h
94
virtual status_t
refreshEntitlements
(
MockCasPlugin.cpp
203
status_t MockCasPlugin::
refreshEntitlements
(
205
ALOGV("
refreshEntitlements
: refreshData=%s", arrayToString(refreshData).string());
/cts/tests/tests/media/src/android/media/cts/
MediaCasTest.java
278
mediaCas.
refreshEntitlements
(3, null);
286
mediaCas.
refreshEntitlements
(10, refreshBytes);
Completed in 322 milliseconds