Home
last modified time | relevance | path

Searched refs:uuidAidl (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/libmediadrm/
DCryptoHalAidl.cpp152 Uuid uuidAidl = DrmUtils::toAidlUuid(uuid); in isCryptoSchemeSupportedInternal() local
156 if (std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in isCryptoSchemeSupportedInternal()
186 Uuid uuidAidl = DrmUtils::toAidlUuid(uuid); in createPlugin() local
190 mPlugin = makeCryptoPlugin(mFactories[i], uuidAidl, dataAidl); in createPlugin()
201 const std::shared_ptr<IDrmFactoryAidl>& factory, const Uuid& uuidAidl, in makeCryptoPlugin() argument
204 if (factory->createCryptoPlugin(uuidAidl, initData, &pluginAidl).isOk()) { in makeCryptoPlugin()
205 ALOGI("Create ICryptoPluginAidl. UUID:[%s]", uuidAidl.toString().c_str()); in makeCryptoPlugin()
208 ALOGE("Failed to create ICryptoPluginAidl. UUID:[%s]", uuidAidl.toString().c_str()); in makeCryptoPlugin()
DDrmHalAidl.cpp416 Uuid uuidAidl = DrmUtils::toAidlUuid(uuid); in isCryptoSchemeSupported() local
423 if (!err.isOk() || !std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in isCryptoSchemeSupported()
463 Uuid uuidAidl = DrmUtils::toAidlUuid(uuid); in createPlugin() local
471 if (!err.isOk() || !std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in createPlugin()
476 mFactories[i]->createDrmPlugin(uuidAidl, appPackageNameAidl, &pluginAidl); in createPlugin()
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h172 Uuid uuidAidl; in toAidlUuid() local
173 for (int i = 0; i < 16; ++i) uuidAidl.uuid[i] = uuid[i]; in toAidlUuid()
174 return uuidAidl; in toAidlUuid()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalAidl.h80 const std::shared_ptr<IDrmFactoryAidl>& factory, const Uuid& uuidAidl,
/frameworks/av/media/libaudioclient/
DAudioEffect.cpp729 AudioUuid uuidAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_audio_uuid_t_AudioUuid(uuid)); in addSourceDefaultEffect() local
736 aps->addSourceDefaultEffect(typeAidl, opPackageNameAidl, uuidAidl, priority, sourceAidl, in addSourceDefaultEffect()
773 AudioUuid uuidAidl = VALUE_OR_RETURN_STATUS(legacy2aidl_audio_uuid_t_AudioUuid(uuid)); in addStreamDefaultEffect() local
780 aps->addStreamDefaultEffect(typeAidl, opPackageNameAidl, uuidAidl, priority, usageAidl, in addStreamDefaultEffect()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1426 const AudioUuid& uuidAidl, in addSourceDefaultEffect() argument
1435 aidl2legacy_AudioUuid_audio_uuid_t(uuidAidl)); in addSourceDefaultEffect()
1453 const AudioUuid& uuidAidl, in addStreamDefaultEffect() argument
1461 aidl2legacy_AudioUuid_audio_uuid_t(uuidAidl)); in addStreamDefaultEffect()