/aosp12/libnativehelper/include_platform/nativehelper/ |
H A D | JniInvocation.h | 106 bool Init(const char* library) { in Init() 114 static const char* GetLibrary(const char* library, char* buffer) { in GetLibrary()
|
/aosp12/libnativehelper/ |
H A D | JniInvocation.c | 77 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 D | DlHelp.c | 40 bool DlCloseLibrary(DlLibrary library) { in DlCloseLibrary()
|
H A D | libnativehelper_lazy.c | 267 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 D | vendor_modules.cpp | 55 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 D | MediaCasService.cpp | 68 sp<SharedLibrary> library; in createPlugin() local 95 sp<SharedLibrary> library; in createDescrambler() local
|
H A D | FactoryLoader.h | 76 int32_t CA_system_id, sp<SharedLibrary> *library, T** factory) { in findFactoryForScheme() 163 sp<SharedLibrary> *library, T** factory) { in loadFactoryForSchemeFromPath()
|
H A D | DescramblerImpl.cpp | 54 const sp<SharedLibrary>& library, DescramblerPlugin *plugin) : in DescramblerImpl()
|
/aosp12/build/soong/cc/libbuildversion/tests/ |
H A D | build_version_test.cpp | 32 TEST(BuildNumber, library) { in TEST() argument
|
/aosp12/art/test/817-hiddenapi/src-ex/ |
H A D | TestCase.java | 27 public static void testNative(String library) { in testNative()
|
/aosp12/hardware/interfaces/cas/1.1/default/ |
H A D | FactoryLoader.h | 69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme() 151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath()
|
H A D | MediaCasService.cpp | 105 sp<SharedLibrary> library; in createPluginExt() local 132 sp<SharedLibrary> library; in createDescrambler() local
|
H A D | DescramblerImpl.cpp | 51 DescramblerImpl::DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin) in DescramblerImpl()
|
/aosp12/hardware/interfaces/cas/1.2/default/ |
H A D | FactoryLoader.h | 69 bool FactoryLoader<T>::findFactoryForScheme(int32_t CA_system_id, sp<SharedLibrary>* library, in findFactoryForScheme() 151 sp<SharedLibrary>* library, T** factory) { in loadFactoryForSchemeFromPath()
|
H A D | MediaCasService.cpp | 106 sp<SharedLibrary> library; in createPluginExt() local 138 sp<SharedLibrary> library; in createDescrambler() local
|
H A D | DescramblerImpl.cpp | 51 DescramblerImpl::DescramblerImpl(const sp<SharedLibrary>& library, DescramblerPlugin* plugin) in DescramblerImpl()
|
/aosp12/art/runtime/ |
H A D | plugin.h | 70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | layers_extensions.cpp | 328 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 D | manifest_fixer.py | 73 def raise_min_sdk_version(doc, min_sdk_version, target_sdk_version, library): argument
|
/aosp12/hardware/interfaces/drm/1.0/default/include/ |
H A D | PluginLoader.h | 75 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | PluginLoader.h | 71 sp<SharedLibrary> library = new SharedLibrary(String8(path)); in loadOne() local
|
/aosp12/art/runtime/jni/ |
H A D | java_vm_ext.cc | 236 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 D | library_headers.go | 50 library *libraryDecorator member
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | BacktraceCurrent.cpp | 100 const std::string library = basename(frame.map.name.c_str()); in DiscardFrame() local
|
/aosp12/art/build/ |
H A D | codegen.go | 29 library bool member
|