Home
last modified time | relevance | path

Searched refs:dlsym (Results 1 – 24 of 24) sorted by relevance

/system/core/libkeyutils/
Dkeyutils_test.cpp40 ASSERT_TRUE(dlsym(nullptr, "add_key") != nullptr); in TEST()
41 ASSERT_TRUE(dlsym(nullptr, "keyctl_get_keyring_ID") != nullptr); in TEST()
42 ASSERT_TRUE(dlsym(nullptr, "keyctl_revoke") != nullptr); in TEST()
43 ASSERT_TRUE(dlsym(nullptr, "keyctl_search") != nullptr); in TEST()
44 ASSERT_TRUE(dlsym(nullptr, "keyctl_setperm") != nullptr); in TEST()
45 ASSERT_TRUE(dlsym(nullptr, "keyctl_unlink") != nullptr); in TEST()
/system/core/libstats/push_compat/
DStatsEventCompat.cpp75 mAStatsEventApi.obtain = (AStatsEvent* (*)())dlsym(handle, "AStatsEvent_obtain"); in initializeApiTableLocked()
76 mAStatsEventApi.build = (void (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_build"); in initializeApiTableLocked()
77 mAStatsEventApi.write = (int (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_write"); in initializeApiTableLocked()
78 mAStatsEventApi.release = (void (*)(AStatsEvent*))dlsym(handle, "AStatsEvent_release"); in initializeApiTableLocked()
80 (void (*)(AStatsEvent*, uint32_t))dlsym(handle, "AStatsEvent_setAtomId"); in initializeApiTableLocked()
82 (void (*)(AStatsEvent*, int32_t))dlsym(handle, "AStatsEvent_writeInt32"); in initializeApiTableLocked()
84 (void (*)(AStatsEvent*, int64_t))dlsym(handle, "AStatsEvent_writeInt64"); in initializeApiTableLocked()
86 (void (*)(AStatsEvent*, float))dlsym(handle, "AStatsEvent_writeFloat"); in initializeApiTableLocked()
88 (void (*)(AStatsEvent*, bool))dlsym(handle, "AStatsEvent_writeBool"); in initializeApiTableLocked()
89 mAStatsEventApi.writeByteArray = (void (*)(AStatsEvent*, const uint8_t*, size_t))dlsym( in initializeApiTableLocked()
[all …]
/system/core/libutils/
DSingleton_test.cpp49 has_fn_t has1 = reinterpret_cast<has_fn_t>(dlsym(handle1, "singletonHasInstance")); in TEST()
51 has_fn_t has2 = reinterpret_cast<has_fn_t>(dlsym(handle2, "singletonHasInstance")); in TEST()
53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents")); in TEST()
55 get_fn_t get2 = reinterpret_cast<get_fn_t>(dlsym(handle2, "singletonGetInstanceContents")); in TEST()
57 set_fn_t set1 = reinterpret_cast<set_fn_t>(dlsym(handle2, "singletonSetInstanceContents")); in TEST()
Dmisc.cpp78 func = reinterpret_cast<decltype(func)>(dlsym(handle, "do_report_sysprop_change")); in get_report_sysprop_change_func()
/system/core/libcutils/
Dqtaguid.cpp52 handler.netdTagSocket = (int (*)(int, uint32_t, uid_t))dlsym(netdClientHandle, "tagSocket"); in initHandler()
58 handler.netdUntagSocket = (int (*)(int))dlsym(netdClientHandle, "untagSocket"); in initHandler()
/system/chre/platform/shared/include/chre/platform/shared/libc/
Ddlfcn.h55 void *dlsym(void *handle, const char *symbol);
/system/chre/platform/shared/
Ddlfcn.cc27 void *dlsym(void *handle, const char *symbol) { in dlsym() function
Dnanoapp_loader.cc182 ADD_EXPORTED_C_SYMBOL(dlsym),
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dnearby_extension_support_lib.cc33 dlsym(RTLD_DEFAULT, STRINGIFY(functionName))); \
/system/chre/platform/slpi/qsh/
Dqsh_proto_shim.cc115 dlsym(RTLD_NEXT, STRINGIFY(chreSensorFlushAsync))); in openQsh()
/system/chre/platform/linux/
Dplatform_nanoapp.cc123 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in openNanoappFromFile()
/system/core/libstats/pull_lazy/
Dlibstatspull_lazy.cpp81 void* symbol = dlsym(handle, name); in BindSymbol()
/system/tools/hidl/test/java_test/
DAndroid.bp38 // Allow dlsym'ing self for statically linked passthrough implementations
/system/chre/platform/exynos/
Dplatform_nanoapp.cc143 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
/system/libhwbinder/vts/performance/
DAndroid.bp45 // Allow dlsym'ing self for statically linked passthrough implementations
/system/core/libstats/socket_lazy/
Dlibstatssocket_lazy.cpp83 void* symbol = dlsym(handle, name); in BindSymbol()
/system/tools/hidl/test/hidl_test/
DAndroid.bp41 // Allow dlsym'ing self for statically linked passthrough implementations
/system/chre/platform/slpi/
Dplatform_nanoapp.cc226 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
/system/chre/platform/freertos/
Dplatform_nanoapp.cc233 dlsym(mDsoHandle, CHRE_NSL_DSO_NANOAPP_INFO_SYMBOL_NAME)); in verifyNanoappInfo()
/system/unwinding/libunwindstack/utils/tests/
DProcessTracerTest.cpp96 int (*busy_wait_func)() = reinterpret_cast<int (*)()>(dlsym(test_lib_handle.get(), "BusyWait")); in ChildProcSpin()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc225 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp393 int (*wait_func)() = reinterpret_cast<int (*)()>(dlsym(test_lib, "WaitForever")); in TEST()
/system/core/debuggerd/
Ddebuggerd_test.cpp2025 void (*crash_func)() = reinterpret_cast<void (*)()>(dlsym(handle, "crash")); in TEST_F()
2076 void (*crash_func)() = reinterpret_cast<void (*)()>(dlsym(handle, "crash")); in TEST_F()
2421 reinterpret_cast<JITDescriptor*>(dlsym(handle, "__dex_debug_descriptor")); in TEST_F()
/system/libhidl/transport/
DServiceManagement.cpp535 *(void **)(&generator) = dlsym(handle, sym.c_str()); in get()