HomeSort by relevance Sort by last modified time
    Searched refs:createPlugin (Results 1 - 25 of 40) sorted by null

1 2

  /hardware/interfaces/drm/1.0/
ICryptoFactory.hal 48 createPlugin(uint8_t[16] uuid, vec<uint8_t> initData)
IDrmFactory.hal 59 createPlugin(uint8_t[16] uuid, string appPackageName)
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoFactory.h 33 virtual android::status_t createPlugin(
CryptoFactory.cpp 37 android::status_t CryptoFactory::createPlugin(
  /hardware/interfaces/cas/1.0/default/
MediaCasService.cpp 60 Return<sp<ICas>> MediaCasService::createPlugin(
72 if (factory->createPlugin(CA_system_id, (uint64_t)casImpl.get(),
99 if (factory->createPlugin(CA_system_id, &plugin) == OK
MediaCasService.h 42 virtual Return<sp<ICas>> createPlugin(
  /hardware/interfaces/cas/1.0/
IMediaCasService.hal 51 createPlugin(int32_t CA_system_id, ICasListener listener) generates (ICas cas);
  /hardware/interfaces/drm/1.0/default/
CryptoFactory.cpp 45 Return<void> CryptoFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid,
50 status_t status = loader.getFactory(i)->createPlugin(uuid.data(),
CryptoFactory.h 49 Return<void> createPlugin(const hidl_array<uint8_t, 16>& uuid,
DrmFactory.cpp 55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid,
DrmFactory.h 52 Return<void> createPlugin(const hidl_array<uint8_t, 16>& uuid,
  /frameworks/native/headers/media_plugin/media/cas/
DescramblerAPI.h 37 virtual status_t createPlugin(
CasAPI.h 64 virtual status_t createPlugin(
  /frameworks/av/drm/mediacas/plugins/mock/
MockCasPlugin.h 40 virtual status_t createPlugin(
54 virtual status_t createPlugin(
MockCasPlugin.cpp 50 status_t MockCasFactory::createPlugin(
69 status_t MockDescramblerFactory::createPlugin(
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java 125 createPlugin();
135 createPlugin(); // Get into valid created state.
167 createPlugin(); // Get into valid created state.
203 createPlugin(); // Get into valid created state.
224 createPlugin(); // Get into valid created state.
253 private void createPlugin() throws Exception {
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyCasPlugin.h 45 virtual status_t createPlugin(
59 virtual status_t createPlugin(
  /frameworks/av/media/libmedia/include/media/
Crypto.h 40 virtual status_t createPlugin(
ICrypto.h 39 virtual status_t createPlugin(
CryptoHal.h 44 virtual status_t createPlugin(
IDrm.h 37 virtual status_t createPlugin(const uint8_t uuid[16],
  /frameworks/native/headers/media_plugin/media/hardware/
CryptoAPI.h 36 virtual status_t createPlugin(
  /frameworks/av/media/ndk/
NdkMediaCrypto.cpp 89 if (tmp->createPlugin(uuid, data, datasize) != 0) {
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 173 auto res = drmFactory->createPlugin(
187 auto res = drmFactory->createPlugin(
201 auto res = cryptoFactory->createPlugin(
215 auto res = cryptoFactory->createPlugin(
229 auto res = drmFactory->createPlugin(
243 auto res = cryptoFactory->createPlugin(
260 auto res = drmFactory->createPlugin(
270 res = cryptoFactory->createPlugin(
    [all...]
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 152 Return<void> hResult = factory->createPlugin(toHidlArray16(uuid),
182 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void *data,

Completed in 288 milliseconds

1 2