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

  /hardware/interfaces/cas/1.0/default/
MediaCasService.h 39 virtual Return<bool> isSystemIdSupported(
MediaCasService.cpp 54 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) {
55 ALOGV("isSystemIdSupported: CA_system_id=%d", CA_system_id);
FactoryLoader.h 156 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) {
  /hardware/interfaces/cas/1.0/
IMediaCasService.hal 42 isSystemIdSupported(int32_t CA_system_id) generates (bool result);
  /frameworks/native/headers/media_plugin/media/cas/
DescramblerAPI.h 33 virtual bool isSystemIdSupported(
CasAPI.h 56 virtual bool isSystemIdSupported(
  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.h 36 virtual bool isSystemIdSupported(
52 virtual bool isSystemIdSupported(
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.h 41 virtual bool isSystemIdSupported(
57 virtual bool isSystemIdSupported(
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 45 * method {@link #isSystemIdSupported}. It can also obtain the entire list of supported
317 public static boolean isSystemIdSupported(int CA_system_id) {
322 return service.isSystemIdSupported(CA_system_id);
  /cts/tests/tests/media/src/android/media/cts/
MediaCasTest.java 149 * of an arbitrary plugin. We can only verify that isSystemIdSupported() is
163 if (!MediaCas.isSystemIdSupported(CA_system_id)) {
197 MediaCas.isSystemIdSupported(sInvalidSystemId));
  /hardware/interfaces/cas/1.0/vts/functional/
VtsHalCasV1_0TargetTest.cpp 235 auto status = mService->isSystemIdSupported(caSystemId);
360 ASSERT_FALSE(mService->isSystemIdSupported(INVALID_SYSTEM_ID));
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 212 milliseconds