Home
last modified time | relevance | path

Searched defs:library (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/libnativehelper/include_platform/nativehelper/
H A DJniInvocation.h106 bool Init(const char* library) { in Init()
114 static const char* GetLibrary(const char* library, char* buffer) { in GetLibrary()
/aosp12/libnativehelper/
H A DJniInvocation.c77 static DlSymbol FindSymbol(DlLibrary library, const char* symbol) { in FindSymbol()
111 const char* JniInvocationGetLibraryWith(const char* library, in JniInvocationGetLibraryWith()
129 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary()
153 DlLibrary library = DlOpenLibrary(library_name); in JniInvocationInit() local
H A DDlHelp.c40 bool DlCloseLibrary(DlLibrary library) { in DlCloseLibrary()
H A Dlibnativehelper_lazy.c267 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library) { in JniInvocationInit()
272 const char* JniInvocationGetLibrary(const char* library, char* buffer) { in JniInvocationGetLibrary()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.cpp55 auto library = std::make_unique<SharedLibrary>(String8(path.c_str())); in getModule() local
62 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; in getModule() local
/aosp12/hardware/interfaces/cas/1.0/default/
H A DMediaCasService.cpp68 sp<SharedLibrary> library; in createPlugin() local
95 sp<SharedLibrary> library; in createDescrambler() local
H A DFactoryLoader.h76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme()
163 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath()
H A DDescramblerImpl.cpp54 const sp<SharedLibrary>& library, DescramblerPlugin *plugin) : in DescramblerImpl()
/aosp12/build/soong/cc/libbuildversion/tests/
H A Dbuild_version_test.cpp32 TEST(BuildNumber, library) { in TEST() argument
/aosp12/art/test/817-hiddenapi/src-ex/
H A DTestCase.java27 public static void testNative(String library) { in testNative()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath()
H A DMediaCasService.cpp105 sp<SharedLibrary> library; in createPluginExt() local
132 sp<SharedLibrary> library; in createDescrambler() local
H A DDescramblerImpl.cpp51 DescramblerImpl::DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin) in DescramblerImpl()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme()
151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath()
H A DMediaCasService.cpp106 sp<SharedLibrary> library; in createPluginExt() local
138 sp<SharedLibrary> library; in createDescrambler() local
H A DDescramblerImpl.cpp51 DescramblerImpl::DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin) in DescramblerImpl()
/aosp12/art/runtime/
H A Dplugin.h70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp328 LayerLibrary library(path + "/" + filename, filename); in AddLayerLibrary() local
455 const LayerLibrary& library = g_layer_libraries[layer.library_idx]; in GetLayerGetProcAddr() local
519 LayerLibrary& library = g_layer_libraries[layer.library_idx]; in GetLayerRef() local
527 LayerLibrary& library = g_layer_libraries[layer_->library_idx]; in ~LayerRef() local
/aosp12/build/soong/scripts/
H A Dmanifest_fixer.py73 def raise_min_sdk_version(doc, min_sdk_version, target_sdk_version, library): argument
/aosp12/hardware/interfaces/drm/1.0/default/include/
H A DPluginLoader.h75 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local
/aosp12/frameworks/av/media/libmedia/include/media/
H A DPluginLoader.h71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc236 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries() local
249 for (const auto& library : libraries_) { in Dump() local
267 void Put(const std::string& path, SharedLibrary* library) in Put()
313 SharedLibrary* const library = lib.second; in FindNativeMethodInternal() local
343 SharedLibrary* const library = it->second; in UnloadNativeLibraries() local
359 for (auto library : unload_libraries) { in UnloadNativeLibraries() local
906 SharedLibrary* library; in LoadNativeLibrary() local
/aosp12/build/soong/cc/
H A Dlibrary_headers.go50 library *libraryDecorator member
/aosp12/system/unwinding/libbacktrace/
H A DBacktraceCurrent.cpp100 const std::string library = basename(frame.map.name.c_str()); in DiscardFrame() local
/aosp12/art/build/
H A Dcodegen.go29 library bool member

123