Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 25 of 43) sorted by relevance

12

/hardware/interfaces/drm/1.0/default/
DDrmFactory.cpp31 loader(getDrmPluginPath(), "createDrmFactory") { in DrmFactory()
37 for (size_t i = 0; i < loader.factoryCount(); i++) { in isCryptoSchemeSupported()
38 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in isCryptoSchemeSupported()
47 for (size_t i = 0; i < loader.factoryCount(); i++) { in isContentTypeSupported()
48 if (loader.getFactory(i)->isContentTypeSupported(String8(mimeType.c_str()))) { in isContentTypeSupported()
58 for (size_t i = 0; i < loader.factoryCount(); i++) { in createPlugin()
59 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in createPlugin()
61 status_t status = loader.getFactory(i)->createDrmPlugin( in createPlugin()
DCryptoFactory.cpp31 loader(getDrmPluginPath(), "createCryptoFactory") { in CryptoFactory()
37 for (size_t i = 0; i < loader.factoryCount(); i++) { in isCryptoSchemeSupported()
38 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in isCryptoSchemeSupported()
47 for (size_t i = 0; i < loader.factoryCount(); i++) { in createPlugin()
48 if (loader.getFactory(i)->isCryptoSchemeSupported(uuid.data())) { in createPlugin()
50 status_t status = loader.getFactory(i)->createPlugin(uuid.data(), in createPlugin()
DCryptoFactory.h54 PluginLoader<android::CryptoFactory> loader;
DDrmFactory.h56 PluginLoader<android::DrmFactory> loader;
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/test/
DDefaultConfigTest.cpp48 Result<std::unordered_map<int32_t, ConfigDeclaration>> loadConfig(JsonConfigLoader& loader, in loadConfig() argument
56 return loader.loadPropConfig(ifs); in loadConfig()
60 JsonConfigLoader loader; in TEST() local
61 auto result = loadConfig(loader, kDefaultPropertiesConfigFile); in TEST()
69 JsonConfigLoader loader; in TEST() local
70 auto result = loadConfig(loader, kTestPropertiesConfigFile); in TEST()
76 JsonConfigLoader loader; in TEST() local
77 auto result = loadConfig(loader, kVendorClusterTestPropertiesConfigFile); in TEST()
/hardware/google/gfxstream/scripts/
Dbuild-nested-vulkan-loader.sh53 sed -i -e "s/\\\"$var\\\"/\\\"GFXSTREAM_$var\\\"/g" loader/*.c
54 sed -i -e "s/\\\"$var\\\"/\\\"GFXSTREAM_$var\\\"/g" loader/*.h
57 …tderr);/ fputs(\\\"GFXSTREAM-LOADER: \\\", stderr); fputs(cmd_line_msg, stderr);/g" loader/log.c
73 cp loader/libvulkan.so loader/libvulkan_gfxstream.so
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer-goldfish.cpp44 auto* loader = static_cast<android::snapshot::SnapshotLoadStream*>(loaderStream); in stream_renderer_snapshot_load() local
45 android_getOpenglesRenderer()->load(loader->stream, loader->textureLoader); in stream_renderer_snapshot_load()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/
Dproto_message_converter_test.cpp48 JsonConfigLoader loader; in prepareTestConfigs() local
49 auto result = loader.loadPropConfig(getConfigPath(DEFAULT_PROPERTIES_CONFIG)); in prepareTestConfigs()
61 JsonConfigLoader loader; in prepareTestValues() local
62 auto result = loader.loadPropConfig(getConfigPath(DEFAULT_PROPERTIES_CONFIG)); in prepareTestValues()
/hardware/google/aemu/snapshot/
DTextureLoader.cpp46 void TextureLoader::loadTexture(uint32_t texId, const loader_t& loader) { in loadTexture() argument
52 loader(&mStream); in loadTexture()
56 loader(&stream); in loadTexture()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_MSFT_layered_driver.adoc10 This document proposes an extension to allow the loader to understand
15 The Vulkan loader is able to sort physical devices according to
16 platform-specific criteria. For example, on Windows, the loader uses LUIDs
29 overhead. But the loader has no way of knowing which driver to prefer.
39 * Special-casing well-known layered drivers in the Vulkan loader.
65 Layered drivers should implement this extension. The Vulkan loader can then
DVK_LUNARG_direct_driver_loading.adoc11 Adds an extension that allows applications to provide drivers to the loader during
39 * MacOS Bundles - Allows placing the .dylib inside a relocatable package, loader knows how to look…
48 of structures which contain the information needed by the loader to load the drivers.
107 instead of the loader's, this prevents layers from being able to modify the list of
115 It uses `VK_DIRECT_DRIVER_LOADING_MODE_EXCLUSIVE_LUNARG` to prevent the loader from loading
153 No, layers require significantly more information to be present for the loader
/hardware/google/gfxstream/guest/android-emu/aemu/base/files/
DStreamSerializing.h88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer() argument
93 buffer->emplace_back(loader(stream)); in loadBuffer()
106 void loadCollection(Stream* stream, Collection* c, LoadFunc&& loader) { in loadCollection() argument
109 c->emplace(loader(stream)); in loadCollection()
/hardware/google/aemu/base/include/aemu/base/files/
DStreamSerializing.h88 void loadBuffer(Stream* stream, std::vector<T>* buffer, LoadFunc&& loader) { in loadBuffer() argument
93 buffer->emplace_back(loader(stream)); in loadBuffer()
106 void loadCollection(Stream* stream, Collection* c, LoadFunc&& loader) { in loadCollection() argument
109 c->emplace(loader(stream)); in loadCollection()
/hardware/google/aemu/snapshot/include/snapshot/
DTextureLoader.h48 virtual void loadTexture(uint32_t texId, const loader_t& loader) = 0;
62 AEMU_EXPORT void loadTexture(uint32_t texId, const loader_t& loader) override;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_portability_enumeration.adoc25 are not fully conformant Vulkan implementations, the Vulkan loader does not
32 This extension is implemented in the loader.
DVK_MSFT_layered_driver.adoc19 the Vulkan ICD loader to understand when a physical device is implemented as
DVK_EXT_tooling_info.adoc82 Some tooling may be built into a driver, or be part of the Vulkan loader
/hardware/google/gfxstream/guest/mesa/src/vulkan/
Dvulkan-icd-symbols.txt1 # See loader/LoaderAndLayerInterface.md in
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h63 SaveableTexture(GlobalNameSpace* globalNameSpace, loader_t&& loader);
/hardware/google/gfxstream/docs/
Ddeqp.md40 ./scripts/build-nested-vulkan-loader.sh
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp189 pixel_loader loader = load_texel_u8; in load_image_block() local
192 loader = load_texel_f16; in load_image_block()
196 loader = load_texel_f32; in load_image_block()
224 vfloat4 datav = loader(plane, (4 * xsize * yi) + (4 * xi)); in load_image_block()
/hardware/google/gfxstream/common/detector/
DVulkan.h183 Vk(vkhpp::DynamicLoader loader, in Vk() argument
193 : mLoader(std::move(loader)), in Vk()
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md31 In the first two cases, the runtime loader will be asked to explicitely load
33 the runtime loader will search for the library on its own (e.g. on Linux
/hardware/google/gfxstream/guest/
DBUILD.gn140 "QEMU_PIPE_PATH=\"/loader-gpu-devices/class/goldfish-pipe/000\"",
141 "GOLDFISH_ADDRESS_SPACE_DEVICE_NAME=\"/loader-gpu-devices/class/goldfish-address-space/000\"",
/hardware/google/gfxstream/guest/mesa/src/
Dmeson.build116 subdir('loader') subdir

12