HomeSort by relevance Sort by last modified time
    Searched refs:isSystemIdSupported (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.cpp 39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const {
55 if (!isSystemIdSupported(CA_system_id)) {
68 if (!isSystemIdSupported(CA_system_id)) {
78 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const {
84 if (!isSystemIdSupported(CA_system_id)) {
MockCasPlugin.h 36 virtual bool isSystemIdSupported(
57 virtual bool isSystemIdSupported(
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.h 41 virtual bool isSystemIdSupported(
62 virtual bool isSystemIdSupported(
ClearKeyCasPlugin.cpp 45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const {
61 if (!isSystemIdSupported(CA_system_id)) {
74 if (!isSystemIdSupported(CA_system_id)) {
82 bool ClearKeyDescramblerFactory::isSystemIdSupported(
89 if (!isSystemIdSupported(CA_system_id)) {
  /cts/tests/tests/media/src/android/media/cts/
MediaCasTest.java 151 * of an arbitrary plugin. We can only verify that isSystemIdSupported() is
165 if (!MediaCas.isSystemIdSupported(CA_system_id)) {
206 MediaCas.isSystemIdSupported(sInvalidSystemId));

Completed in 312 milliseconds