Home
last modified time | relevance | path

Searched refs:isSystemIdSupported (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/cas/1.0/default/
DMediaCasService.h39 virtual Return<bool> isSystemIdSupported(
DMediaCasService.cpp54 Return<bool> MediaCasService::isSystemIdSupported(int32_t CA_system_id) { in isSystemIdSupported() function in android::hardware::cas::V1_0::implementation::MediaCasService
DFactoryLoader.h156 if (!openFactory(path) || !mFactory->isSystemIdSupported(CA_system_id)) { in loadFactoryForSchemeFromPath()
/hardware/interfaces/cas/1.0/
DIMediaCasService.hal42 isSystemIdSupported(int32_t CA_system_id) generates (bool result);
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp264 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()
447 ASSERT_FALSE(mService->isSystemIdSupported(INVALID_SYSTEM_ID)); in TEST_F()