Searched refs:isSystemIdSupported (Results 1 – 13 of 13) 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 virtual Return<bool> isSystemIdSupported(int32_t CA_system_id) override;
79 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported() function in android::hardware::cas::V1_1::implementation::MediaCasService
146 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
41 virtual Return<bool> isSystemIdSupported(int32_t CA_system_id) override;
78 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported() function in android::hardware::cas::V1_1::implementation::MediaCasService
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()
305 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
349 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()