Home
last modified time | relevance | path

Searched refs:createPlugin (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/services/mediadrm/
DMediaCasService.cpp67 Status MediaCasService::createPlugin( in createPlugin() function in android::MediaCasService
80 if (factory->createPlugin(CA_system_id, (uint64_t)casImpl.get(), in createPlugin()
110 if (factory->createPlugin(CA_system_id, &plugin) == OK in createDescrambler()
DMediaCasService.h39 virtual Status createPlugin(
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
DPluginInstanceManagerTest.java125 createPlugin(); in testPluginCreate()
135 createPlugin(); // Get into valid created state. in testPluginDestroy()
167 createPlugin(); // Get into valid created state. in testReloadOnChange()
203 createPlugin(); // Get into valid created state. in testCheckAndDisable()
224 createPlugin(); // Get into valid created state. in testDisableAll()
253 private void createPlugin() throws Exception { in createPlugin() method in PluginInstanceManagerTest
/frameworks/av/drm/mediacas/plugins/mock/
DMockCasPlugin.h40 virtual status_t createPlugin(
54 virtual status_t createPlugin(
DMockCasPlugin.cpp50 status_t MockCasFactory::createPlugin( in createPlugin() function in android::MockCasFactory
69 status_t MockDescramblerFactory::createPlugin( in createPlugin() function in android::MockDescramblerFactory
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.h45 virtual status_t createPlugin(
59 virtual status_t createPlugin(
DClearKeyCasPlugin.cpp56 status_t ClearKeyCasFactory::createPlugin( in createPlugin() function in android::clearkeycas::ClearKeyCasFactory
74 status_t ClearKeyDescramblerFactory::createPlugin( in createPlugin() function in android::clearkeycas::ClearKeyDescramblerFactory
/frameworks/av/drm/libmediadrm/aidl/android/media/
DIMediaCasService.aidl28 ICas createPlugin(int CA_system_id, ICasListener listener); in createPlugin() method
/frameworks/av/drm/mediadrm/plugins/clearkey/
DCryptoFactory.h33 virtual android::status_t createPlugin(
DCryptoFactory.cpp37 android::status_t CryptoFactory::createPlugin( in createPlugin() function in clearkeydrm::CryptoFactory
/frameworks/native/include/media/cas/
DDescramblerAPI.h37 virtual status_t createPlugin(
DCasAPI.h64 virtual status_t createPlugin(
/frameworks/native/include/media/hardware/
DCryptoAPI.h36 virtual status_t createPlugin(
/frameworks/av/media/ndk/
DNdkMediaCrypto.cpp89 if (tmp->createPlugin(uuid, data, datasize) != 0) { in AMediaCrypto_new()
/frameworks/av/drm/libmediadrm/
DCrypto.cpp187 status_t Crypto::createPlugin( in createPlugin() function in android::Crypto
203 return mFactory->createPlugin(uuid, data, size, &mPlugin); in createPlugin()
DCryptoHal.cpp152 Return<void> hResult = factory->createPlugin(toHidlArray16(uuid), in makeCryptoPlugin()
182 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void *data, in createPlugin() function in android::CryptoHal
DICrypto.cpp65 virtual status_t createPlugin( in createPlugin() function
279 reply->writeInt32(createPlugin(uuid, opaqueData, opaqueSize)); in onTransact()
/frameworks/av/include/media/
DCrypto.h40 virtual status_t createPlugin(
DICrypto.h39 virtual status_t createPlugin(
DCryptoHal.h44 virtual status_t createPlugin(
DIDrm.h37 virtual status_t createPlugin(const uint8_t uuid[16],
/frameworks/av/media/libmedia/include/media/
DCrypto.h40 virtual status_t createPlugin(
DICrypto.h39 virtual status_t createPlugin(
DCryptoHal.h44 virtual status_t createPlugin(
DIDrm.h37 virtual status_t createPlugin(const uint8_t uuid[16],

12