Searched refs:isSystemIdSupported (Results 1 – 5 of 5) sorted by relevance
39 virtual Return<bool> isSystemIdSupported(
54 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported() function in android::hardware::cas::V1_0::implementation::MediaCasService
156 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
42 isSystemIdSupported(int32_t CA_system_id) generates (bool result);
264 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()447 ASSERT_FALSE(mService->isSystemIdSupported(INVALID_SYSTEM_ID)); in TEST_F()