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

  /frameworks/av/services/mediadrm/
MediaCasService.cpp 58 Status MediaCasService::isSystemIdSupported(
60 ALOGV("isSystemIdSupported: CA_system_id=%d", CA_system_id);
  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.cpp 39 bool MockCasFactory::isSystemIdSupported(int32_t CA_system_id) const {
55 if (!isSystemIdSupported(CA_system_id)) {
65 bool MockDescramblerFactory::isSystemIdSupported(int32_t CA_system_id) const {
71 if (!isSystemIdSupported(CA_system_id)) {
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.cpp 45 bool ClearKeyCasFactory::isSystemIdSupported(int32_t CA_system_id) const {
61 if (!isSystemIdSupported(CA_system_id)) {
69 bool ClearKeyDescramblerFactory::isSystemIdSupported(
76 if (!isSystemIdSupported(CA_system_id)) {
  /frameworks/base/media/java/android/media/
MediaCas.java 46 * method {@link #isSystemIdSupported}. It can also obtain the entire list of supported
374 public static boolean isSystemIdSupported(int CA_system_id) {
379 return service.isSystemIdSupported(CA_system_id);
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 99 milliseconds